HomeSort by relevance Sort by last modified time
    Searched refs:directory (Results 276 - 300 of 3113) sorted by null

<<11121314151617181920>>

  /external/libcxx/test/std/experimental/filesystem/fs.enum/
enum.file_type.pass.cpp 40 E::directory == ME(2) &&
  /external/libcxx/test/std/experimental/filesystem/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/syslinux/libinstaller/
syslxopt.c 40 .directory = NULL,
53 {"directory", 1, NULL, 'd'},
83 " --directory -d Directory for installation target\n",
89 /* Actually extlinux can also use -d to provide a directory too... */
91 "Usage: %s [options] directory\n"
100 " --directory -d Directory for installation target\n",
201 opt.directory = optarg;
237 if (!opt.directory)
    [all...]
  /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/v8/
Android.d8.mk 18 # Copy js2c.py to generated sources directory and invoke there to avoid
19 # generating jsmin.pyc in the source directory
  /external/vboot_reference/scripts/keygeneration/
increment_firmware_data_key.sh 17 Usage: $0 <keyset directory>
increment_kernel_data_key.sh 17 Usage: $0 <keyset directory>
increment_kernel_subkey.sh 17 Usage: $0 <keyset directory>
  /external/webrtc/webrtc/test/testsupport/
fileutils_unittest.cc 33 // Test fixture to restore the working directory between each test, since some
58 // directory that is automatically set when the test executable is launched.
82 // Tests with current working directory set to a directory higher up in the
83 // directory tree than the project root dir.
104 std::string directory = "fileutils-unittest-empty-dir"; local
106 remove(directory.c_str());
107 ASSERT_TRUE(webrtc::test::CreateDir(directory));
108 remove(directory.c_str());
  /frameworks/av/media/libnblog/
ReportPerformance.cpp 49 const char * directory, bool append, int author, log_hash_t hash) {
74 histogramName << directory << "histograms_" << common.str();
75 outlierName << directory << "outliers_" << common.str();
76 peakName << directory << "peaks_" << common.str();
  /packages/apps/Dialer/java/com/android/dialer/searchfragment/directories/
DirectoryContactsCursor.java 28 import com.android.dialer.searchfragment.directories.DirectoriesCursorLoader.Directory;
34 * {@link MergeCursor} used for combining directory cursors into one cursor.
37 * {@link DirectoriesCursorLoader}, each represented as a {@link Directory}.
40 * Directory#getDisplayName()} as the header text.
62 Context context, Cursor[] cursors, List<Directory> directories) {
80 Context context, Cursor[] cursors, List<Directory> directories) {
89 Directory directory = directories.get(i); local
96 cursorList.add(createHeaderCursor(context, directory.getDisplayName(), directory.getId()))
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/util/
FileUtil.java 38 private static synchronized File getNewFile(File directory, String extension,
45 File testFile = new File(directory, newName);
59 * @param directory directory that the file should be saved to
64 public static File getNewFile(File directory, String contentType) throws IOException {
71 return getNewFile(directory, fileExtension, fileNameFormat);
96 * Move all files and folders under a directory into the target.
101 LogUtil.e(LogUtil.BUGLE_TAG, "Can't move directory content since the source " +
102 "directory is a parent of the target");
139 * Checks, whether the child directory is the same as, or a sub-directory of the bas
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
intl.h 38 # define bindtextdomain(domain, directory) (domain)
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/fs.enum/
enum.file_type.pass.cpp 40 E::directory == ME(2) &&
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/fs.op.funcs/fs.op.status_known/
status_known.pass.cpp 45 {file_type::directory, true},
  /external/python/cpython2/Lib/lib-tk/
FileDialog.py 35 'dialogstates', which keeps track of the values for the directory
49 self.directory = None
111 self.directory, pattern = dialogstates[key]
115 self.directory = dir_or_file
117 self.directory, default = os.path.split(dir_or_file)
118 self.set_filter(self.directory, pattern)
127 directory, pattern = self.get_filter()
129 directory = os.path.dirname(self.how)
130 dialogstates[key] = directory, pattern
144 dir = os.path.normpath(os.path.join(self.directory, subdir)
    [all...]
  /libcore/ojluni/src/main/java/sun/nio/fs/
UnixSecureDirectoryStream.java 101 * Opens sub-directory in this directory
109 UnixPath child = ds.directory().resolve(file);
112 // permission check using name resolved against original path of directory
123 // open directory and create new secure directory stream
150 * Opens file in this directory
164 String pathToCheck = ds.directory().resolve(file).getPathForPermissionCheck();
182 * Deletes file/directory in this directory. Works in a race-free manne
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
FileDialog.py 35 'dialogstates', which keeps track of the values for the directory
49 self.directory = None
111 self.directory, pattern = dialogstates[key]
115 self.directory = dir_or_file
117 self.directory, default = os.path.split(dir_or_file)
118 self.set_filter(self.directory, pattern)
127 directory, pattern = self.get_filter()
129 directory = os.path.dirname(self.how)
130 dialogstates[key] = directory, pattern
144 dir = os.path.normpath(os.path.join(self.directory, subdir)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
FileDialog.py 35 'dialogstates', which keeps track of the values for the directory
49 self.directory = None
111 self.directory, pattern = dialogstates[key]
115 self.directory = dir_or_file
117 self.directory, default = os.path.split(dir_or_file)
118 self.set_filter(self.directory, pattern)
127 directory, pattern = self.get_filter()
129 directory = os.path.dirname(self.how)
130 dialogstates[key] = directory, pattern
144 dir = os.path.normpath(os.path.join(self.directory, subdir)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
FileDialog.py 35 'dialogstates', which keeps track of the values for the directory
49 self.directory = None
111 self.directory, pattern = dialogstates[key]
115 self.directory = dir_or_file
117 self.directory, default = os.path.split(dir_or_file)
118 self.set_filter(self.directory, pattern)
127 directory, pattern = self.get_filter()
129 directory = os.path.dirname(self.how)
130 dialogstates[key] = directory, pattern
144 dir = os.path.normpath(os.path.join(self.directory, subdir)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
FileDialog.py 35 'dialogstates', which keeps track of the values for the directory
49 self.directory = None
111 self.directory, pattern = dialogstates[key]
115 self.directory = dir_or_file
117 self.directory, default = os.path.split(dir_or_file)
118 self.set_filter(self.directory, pattern)
127 directory, pattern = self.get_filter()
129 directory = os.path.dirname(self.how)
130 dialogstates[key] = directory, pattern
144 dir = os.path.normpath(os.path.join(self.directory, subdir)
    [all...]

Completed in 400 milliseconds

<<11121314151617181920>>