HomeSort by relevance Sort by last modified time
    Searched refs:DIRECTORY (Results 1 - 25 of 52) sorted by null

1 2 3

  /packages/apps/UnifiedEmail/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
FileFilterUtils.java 77 * Returns a filter that checks if the file is a directory.
82 return DirectoryFileFilter.DIRECTORY;
86 * Returns a filter that checks if the file is a file (and not a directory).
342 return DirectoryFileFilter.DIRECTORY;
344 return new AndFileFilter(DirectoryFileFilter.DIRECTORY, filter);
  /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);
VideoModule.java     [all...]
  /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);
VideoCamera.java     [all...]
  /packages/apps/Camera2/src/com/android/camera/data/
FilmstripContentQueries.java 35 private static final String CAMERA_PATH = Storage.DIRECTORY + "%";
50 * Query the camera storage directory and convert it to local data
  /packages/apps/Camera2/src/com/android/camera/
Storage.java 51 public static final String DIRECTORY = DCIM + "/Camera";
52 public static final File DIRECTORY_FILE = new File(DIRECTORY);
305 Log.e(TAG, "Failed to create parent directory for file: " + path);
334 Log.e(TAG, "Input path is directory: " + inputPath.getAbsolutePath());
338 Log.e(TAG, "Failed to create parent directory for file: " +
372 * Given a file path, makes sure the directory it's in exists, and if not
376 * @return Whether the directory exists. If 'false' is returned, this file
377 * cannot be written to since the parent directory could not be
383 // If the parent exists, return 'true' if it is a directory. If it's a
419 return generateFilepath(DIRECTORY, title, mimeType)
    [all...]
VideoModule.java     [all...]
  /ndk/build/tools/
ndk-common.sh 24 # within its directory structure.
30 # Try to auto-detect the NDK root by walking up the directory
65 echo "ERROR: Your ANDROID_NDK_ROOT variable does not point to a directory."
70 echo "ERROR: Your ANDROID_NDK_ROOT variable does not point to a valid directory."
703 # http://stackoverflow.com/questions/2564634/bash-convert-absolute-path-into-relative-path-given-a-current-directory
733 # $2: optional target directory (current one if omitted)
777 # $2: source directory for archive content
829 # Copy a directory, create target location if needed
831 # $1: source directory
832 # $2: target directory locatio
    [all...]
  /packages/apps/Camera2/src/com/android/camera/app/
CameraServicesImpl.java 68 StackSaverFactory mStackSaverFactory = new StackSaverFactory(Storage.DIRECTORY,
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
PhotoStore.java 38 * in the specified directory.
46 // Directory name under the root directory for photo storage.
47 private final String DIRECTORY = "photos";
49 /** Map of keys to entries in the directory. */
65 * Constructs an instance of the PhotoStore under the specified directory.
66 * @param rootDirectory The root directory of the storage.
70 mStorePath = new File(rootDirectory, DIRECTORY);
74 throw new RuntimeException("Unable to create photo storage directory "
116 * specified root directory
    [all...]
  /external/libxml2/vms/
build_libxml.com 9 $! This procedure creates an object library XML_LIBDIR:LIBXML.OLB directory.
76 $ procdir = f$parse(whoami,,,"DEVICE") + f$parse(whoami,,,"DIRECTORY")
83 $ create/directory/log [-.lib]
85 $ xml_libdir = f$parse("[-.lib]",,,"DEVICE") + f$parse("[-.lib]",,,"DIRECTORY")
98 $ srcdir = f$parse(globfile,,,"DEVICE") + f$parse(globfile,,,"DIRECTORY")
115 $ includedir = f$parse(globfile,,,"DEVICE") + f$parse(globfile,,,"DIRECTORY")
128 $!- move to the source directory and create any necessary subdirs and the
  /external/vboot_reference/utility/
dev_debug_vboot 6 # Usage: dev_debug_vboot [ --cleanup | DIRECTORY ]
10 # left in a log directory.
39 Usage: $prog [options] [DIRECTORY]
47 If a directory is given, it will attempt to use the components from that
48 directory and will leave the detailed log in that directory.
57 -c, --cleanup Delete the DIRECTORY when done
  /packages/apps/Camera2/src/com/android/camera/one/v2/
OneCameraImpl.java 163 /** Directory to store raw DNG files in. */
164 private static final File RAW_DIRECTORY = new File(Storage.DIRECTORY, "DNG");
764 // just store the RAW file in its own directory.
770 throw new RuntimeException("Could not create RAW directory.");
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.core_2.3.0.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.core_2.3.0.v20130327-2119.jar 
  /external/linux-tools-perf/src/tools/perf/
builtin-trace.c 259 P_FLAG(DIRECTORY);
    [all...]
  /prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 
  /external/libphonenumber/demo/war/WEB-INF/lib/
commons-io-1.4.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
commons-io-2.2.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-archiver/2.2/
plexus-archiver-2.2.jar 
  /prebuilts/tools/common/m2/repository/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/
org.apache.felix.bundlerepository-1.6.6.jar 

Completed in 1172 milliseconds

1 2 3