HomeSort by relevance Sort by last modified time
    Searched refs:directory (Results 201 - 225 of 1488) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/libchrome/base/memory/
shared_memory_helper.cc 42 FilePath directory; local
44 if (!GetShmemTempDir(options.executable, &directory))
47 fd->reset(base::CreateAndOpenFdForTemporaryFileInDir(directory, path));
  /external/objenesis/tck/src/main/java/org/objenesis/tck/search/
ClassEnumerator.java 32 private static void processDirectory(File directory, String pkgname, SortedSet<String> classes) {
35 String[] files = directory.list();
47 File subdir = new File(directory, fileName);
  /external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/android/
HttpResponseCache.java 66 * @param directory the directory to hold cache data.
69 * @throws java.io.IOException if {@code directory} cannot be used for this cache.
73 public static synchronized HttpResponseCache install(File directory, long maxSize) throws
81 if (trueResponseCache.isEquivalent(directory, maxSize)) {
90 AndroidShimResponseCache.create(directory, maxSize);
  /external/skia/tools/
sanitize_source_files.py 19 def SanitizeFilesWithModifiers(directory, file_modifiers, line_modifiers):
23 directory: string - The directory which will be recursively traversed to
30 for item in os.listdir(directory):
32 full_item_path = os.path.join(directory, item)
78 # Item is a directory recursively call the method.
  /external/skqp/tools/
sanitize_source_files.py 19 def SanitizeFilesWithModifiers(directory, file_modifiers, line_modifiers):
23 directory: string - The directory which will be recursively traversed to
30 for item in os.listdir(directory):
32 full_item_path = os.path.join(directory, item)
78 # Item is a directory recursively call the method.
  /external/selinux/libselinux/src/
selinux_restorecon.c 55 char *directory; member in struct:edir
115 * add_exclude() - Add a directory/fs to be excluded from labeling. If it
118 * check_excluded() - Check if directory/fs is to be excluded when relabeling.
133 * mounted on a directory below this.
135 static void remove_exclude(const char *directory)
140 if (strcmp(directory, exclude_lst[i].directory) == 0 &&
142 free(exclude_lst[i].directory);
151 static int add_exclude(const char *directory, bool who)
159 if (strcmp(directory, exclude_lst[i].directory) == 0
    [all...]
  /build/soong/shared/
paths.go 23 // Given the out directory, returns the root of the temp directory (to be cleared at the start of each execution of Soong)
  /external/ImageMagick/Magick++/tests/
exceptions.cpp 68 image.directory();
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/iana/
IANAObjectIdentifiers.java 14 /** 1.3.6.1.1: Internet directory: X.500 */
15 static final ASN1ObjectIdentifier directory = internet.branch("1"); field in interface:IANAObjectIdentifiers
  /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/iana/
IANAObjectIdentifiers.java 16 /** 1.3.6.1.1: Internet directory: X.500 */
17 static final ASN1ObjectIdentifier directory = internet.branch("1"); field in interface:IANAObjectIdentifiers
  /external/cldr/tools/java/org/unicode/cldr/util/
SimpleFactory.java 78 // Parameter check: the directory/file supplied must be non-null and readable.
80 throw new ICUUncheckedIOException("Attempt to create a CLDRCacheKey with a null directory, please supply a non-null one.");
83 for (File directory : directories) {
84 if (!directory.canRead()) {
85 throw new ICUUncheckedIOException("The directory specified, " + directory.getPath() + ", cannot be read");
87 _directories.add(directory.toString());
135 * If a SimpleDFactory covers more than one directory, SimpleFactoryLookupKey Objects may
136 * be needed to find the SimpleFactory that is responsible for the given directory
141 private final String directory; field in class:SimpleFactory.SimpleFactoryLookupKey
    [all...]
  /external/conscrypt/release/
windows.bat 4 REM conscrypt directory, which should be synced to the appropriate
15 REM TODO(flooey): The BoringSSL directory needs to be at ../boringssl
  /external/deqp/scripts/opengl/
src_util.py 192 def genCommandList(iface, renderCommand, directory, filename, align=False):
197 writeInlFile(os.path.join(directory, filename), lines)
199 def genCommandLists(registry, renderCommand, check, directory, filePattern, align=False):
210 genCommandList(iface, renderCommand, directory, filename, align)
  /external/deqp-deps/SPIRV-Tools/test/tools/
expect.py 105 all_files = os.listdir(status.directory)
107 if all([f.startswith(status.directory) for f in input_files]):
108 all_files = [os.path.join(status.directory, f) for f in all_files]
236 os.path.join(status.directory, object_filename))
251 os.path.join(status.directory, object_filename), 0x10300)
269 obj_file = str(os.path.join(status.directory, object_filename))
279 cwd=status.directory)
302 os.path.join(status.directory, object_filename))
314 target_filename = os.path.join(status.directory, self.target_filename)
354 os.path.join(status.directory, assembly_filename)
    [all...]
  /external/libchrome/third_party/jinja2/
bccache.py 128 def __init__(self, directory):
129 self.directory = directory
132 filename = path.join(self.directory, bucket.key)
138 filename = path.join(self.directory, bucket.key)
197 two arguments: The directory where the cache items are stored and a
200 If no directory is specified a default cache directory is selected. On
201 Windows the user's temp directory is used, on UNIX systems a directory
    [all...]
  /external/libcxx/test/std/input.output/filesystems/fs.enum/
enum.file_type.pass.cpp 39 E::directory == ME(2) &&
  /external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.status_known/
status_known.pass.cpp 45 {file_type::directory, true},
  /external/perfetto/src/traced/probes/filesystem/
file_scanner.cc 79 std::string directory = std::move(queue_.back()); local
81 current_dir_handle_.reset(opendir(directory.c_str()));
83 PERFETTO_DPLOG("opendir %s", directory.c_str());
87 current_directory_ = std::move(directory);
129 // Readdir and stat not guaranteed to have directory info for all systems
131 // Continue iterating through files if current entry is a directory
  /external/selinux/libselinux/include/selinux/
restorecon.h 13 * @pathname: specifies file/directory to relabel.
138 * @pathname: specifies directory path to check.
141 * the directory, digest and result of the action on the
162 char *directory; member in struct:dir_xattr
177 /* Delete non-matching digests from each directory in pathname. */
  /external/selinux/policycoreutils/setfiles/
restore.h 50 void add_exclude(const char *directory);
  /external/selinux/restorecond/
restore.h 57 void add_exclude(const char *directory);
  /external/swiftshader/third_party/SPIRV-Tools/test/tools/
expect.py 105 all_files = os.listdir(status.directory)
107 if all([f.startswith(status.directory) for f in input_files]):
108 all_files = [os.path.join(status.directory, f) for f in all_files]
236 os.path.join(status.directory, object_filename))
251 os.path.join(status.directory, object_filename), 0x10300)
269 obj_file = str(os.path.join(status.directory, object_filename))
279 cwd=status.directory)
302 os.path.join(status.directory, object_filename))
314 target_filename = os.path.join(status.directory, self.target_filename)
354 os.path.join(status.directory, assembly_filename)
    [all...]
  /external/tensorflow/tensorflow/contrib/checkpoint/python/
python_state_test.py 36 directory = self.get_temp_dir()
37 prefix = os.path.join(directory, "ckpt")
70 directory = self.get_temp_dir()
71 prefix = os.path.join(directory, "ckpt")
  /external/toybox/
run-tests-on-android.sh 8 # Make a temporary directory on the device.
9 tmp_dir=`adb shell TMPDIR=/data/local/tmp mktemp --directory`
  /external/u-boot/fs/yaffs2/
yaffs_verify.h 36 void yaffs_verify_dir(struct yaffs_obj *directory);

Completed in 647 milliseconds

1 2 3 4 5 6 7 891011>>