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

1 2 3 4 5 6

  /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);
  /external/valgrind/memcheck/tests/solaris/
syscall_at.c 14 #define DIRECTORY "/tmp/"
22 int dfd = open(DIRECTORY, O_RDONLY);
26 linkat(0x9879151, DIRECTORY FILENAME, 0x9879152, DIRECTORY FILENAME, 0);
32 symlinkat(DIRECTORY FILENAME, 0x26868151, DIRECTORY FILENAME);
38 readlinkat(0x4368151, DIRECTORY FILENAME, buf, 1);
45 syscall(SYS_frealpathat, 0x443115, DIRECTORY FILENAME, buf, 1);
51 faccessat(0x4132151, DIRECTORY FILENAME, F_OK, 0);
57 fchownat(0x4369251, DIRECTORY FILENAME, -1, -1, 0)
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
arlex.l 52 "DIRECTORY" { return DIRECTORY; }
67 "directory" { return DIRECTORY; }
arparse.y 52 %token DIRECTORY
152 DIRECTORY FILENAME modulelist optional_filename
  /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/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...]
  /ndk/build/tools/
ndk-common.sh 33 # within its directory structure.
39 # Try to auto-detect the NDK root by walking up the directory
74 echo "ERROR: Your ANDROID_NDK_ROOT variable does not point to a directory."
678 # http://stackoverflow.com/questions/2564634/bash-convert-absolute-path-into-relative-path-given-a-current-directory
708 # $2: source directory for archive content
751 # Copy a directory, create target location if needed
753 # $1: source directory
754 # $2: target directory location
761 panic "Can't copy from non-directory: $SRCDIR"
763 log "Copying directory:
    [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...]
  /frameworks/data-binding/extensions/library/
build.gradle 155 it.getContentTypes(), it.getScopes(), Format.DIRECTORY);
  /prebuilts/gradle-plugin/com/android/tools/build/transform-api/1.5.0/
transform-api-1.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/transform-api/2.0.0-alpha1/
transform-api-2.0.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/transform-api/2.0.0-alpha3/
transform-api-2.0.0-alpha3.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/build/transform-api/1.5.0/
transform-api-1.5.0.jar 
  /prebuilts/tools/common/offline-m2/com/android/tools/build/transform-api/1.5.0/
transform-api-1.5.0.jar 
  /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
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-api/2.0.0/
gradle-api-2.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-api/2.0.0-alpha5/
gradle-api-2.0.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-api/2.0.0-alpha7/
gradle-api-2.0.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-api/2.0.0-alpha9/
gradle-api-2.0.0-alpha9.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-api/2.0.0-beta2/
gradle-api-2.0.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-api/2.0.0-beta5/
gradle-api-2.0.0-beta5.jar 

Completed in 394 milliseconds

1 2 3 4 5 6