HomeSort by relevance Sort by last modified time
    Searched defs:DIRECTORY (Results 1 - 13 of 13) sorted by null

  /packages/apps/Email/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/LegacyCamera/src/com/android/camera/
Storage.java 38 public static final String DIRECTORY = DCIM + "/Camera";
42 String.valueOf(DIRECTORY.toLowerCase().hashCode());
102 return DIRECTORY + '/' + title + ".jpg";
115 File dir = new File(DIRECTORY);
122 StatFs stat = new StatFs(DIRECTORY);
  /packages/apps/Camera/src/com/android/camera/
Storage.java 43 public static final String DIRECTORY = DCIM + "/Camera";
47 String.valueOf(DIRECTORY.toLowerCase().hashCode());
134 return DIRECTORY + '/' + title + ".jpg";
147 File dir = new File(DIRECTORY);
154 StatFs stat = new StatFs(DIRECTORY);
  /packages/apps/Gallery2/src/com/android/camera/
Storage.java 44 public static final String DIRECTORY = DCIM + "/Camera";
48 String.valueOf(DIRECTORY.toLowerCase().hashCode());
143 return DIRECTORY + '/' + title + ".jpg";
156 File dir = new File(DIRECTORY);
163 StatFs stat = new StatFs(DIRECTORY);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
PhotoStore.java 38 * in the specified directory.
44 // Directory name under the root directory for photo storage.
45 private final String DIRECTORY = "photos";
47 /** Map of keys to entries in the directory. */
63 * Constructs an instance of the PhotoStore under the specified directory.
64 * @param rootDirectory The root directory of the storage.
68 mStorePath = new File(rootDirectory, DIRECTORY);
71 throw new RuntimeException("Unable to create photo storage directory "
112 * specified root directory
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/
VideoEditorActivity.java 102 private static final String DIRECTORY = DCIM + "/Camera";
554 String videoFilename = DIRECTORY + '/' + getVideoOutputMediaFileTitle() + ".mp4";
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jar 
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
  /prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 131 milliseconds