Lines Matching refs:file
4 * or more contributor license agreements. See the NOTICE file
6 * regarding copyright ownership. The ASF licenses this file
8 * "License"); you may not use this file except in compliance
35 /** specifies methods to convert between (file) URLs and file paths in system
44 /** Get information about the 'locality' of a file content provider.
47 number of file content providers implementing this interface.
50 the base (file) URL used to specify a file content provider.
53 an appropriat value representing the 'locality' of the specified file
55 file content providers that are more 'local', and negative numbers
56 denote content providers that are not file content providers at all.
63 /** converts a file path in system dependent notation to a (file) URL.
66 the base (file) URL relative to which the file path shall be
70 a file path in system dependent notation.
73 the URL corresponding to the file path, or an empty string if the file
80 /** converts a (file) URL to a file path in system dependent notation.
83 a (file) URL.
86 the file path corresponding to the URL, or an empty string if the URL
87 cannot be converted into a file path.