OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DIRECTORY
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Email/emailcommon/src/org/apache/commons/io/filefilter/
DirectoryFileFilter.java
26
* current
directory
's subdirectories:
45
* Singleton instance of
directory
filter.
48
public static final IOFileFilter
DIRECTORY
= new DirectoryFileFilter();
50
* Singleton instance of
directory
filter.
51
* Please use the identical DirectoryFileFilter.
DIRECTORY
constant.
55
public static final IOFileFilter INSTANCE =
DIRECTORY
;
64
* Checks to see if the file is a
directory
.
67
* @return true if the file is a
directory
/external/chromium/net/ftp/
ftp_directory_listing_parser.h
21
DIRECTORY
,
36
// Parses an FTP
directory
listing |text|. On success fills in |entries|.
/packages/apps/Camera/src/com/android/camera/
Storage.java
38
public static final String
DIRECTORY
= DCIM + "/Camera";
42
String.valueOf(
DIRECTORY
.toLowerCase().hashCode());
55
String path =
DIRECTORY
+ '/' + title + ".jpg";
105
File dir = new File(
DIRECTORY
);
112
StatFs stat = new StatFs(
DIRECTORY
);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
PhotoStore.java
39
* in the specified
directory
.
45
//
Directory
name under the root
directory
for photo storage.
46
private final String
DIRECTORY
= "photos";
48
/** Map of keys to entries in the
directory
. */
64
* Constructs an instance of the PhotoStore under the specified
directory
.
65
* @param rootDirectory The root
directory
of the storage.
69
mStorePath = new File(rootDirectory,
DIRECTORY
);
72
throw new RuntimeException("Unable to create photo storage
directory
"
113
* specified root
directory
[
all
...]
Completed in 187 milliseconds