/external/chromium-trace/catapult/third_party/gsutil/gslib/addlhelp/ |
security.py | 81 in place. See the "CHANGING TEMP DIRECTORIES" section in 100 directories/buckets, which it deletes after the rsync is complete.
|
/external/libchrome/base/files/ |
file_enumerator.h | 80 DIRECTORIES = 1 << 1, 96 // should match files, directories, or both.
|
file_enumerator_posix.cc | 107 if ((S_ISDIR(i->stat_.st_mode) && (file_type_ & DIRECTORIES)) ||
|
file_util.cc | 171 FileEnumerator::FILES | FileEnumerator::DIRECTORIES);
|
file_util_posix.cc | 218 std::stack<std::string> directories; local 219 directories.push(path.value()); 221 FileEnumerator::FILES | FileEnumerator::DIRECTORIES | 226 directories.push(current.value()); 231 while (success && !directories.empty()) { 232 FilePath dir = FilePath(directories.top()); 233 directories.pop(); 286 traverse_type |= FileEnumerator::DIRECTORIES; 577 // Collect a list of all parent directories. 915 // must be the same type, either both files, or both directories [all...] |
file_path_watcher_linux.cc | 153 // Reconfigure to recursively watch |target_| and all its sub-directories. 159 // sub-directories will be reconfigured. 427 // - One of the parent directories got moved or deleted, since the target 429 // - One of the parent directories appears. The event corresponding to 526 // watches on accessible children of unreadable directories. Note that 590 FileEnumerator::DIRECTORIES | FileEnumerator::SHOW_SYM_LINKS);
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
ContactDirectoryManager.java | 115 * Scans through existing directories to see if the cached resource IDs still 116 * match their original resource names. If not - plays it safe by refreshing all directories. 123 Cursor cursor = db.query(Tables.DIRECTORIES, 181 Log.i(TAG, "Discovered " + count + " contact directories in " + (end - start) + "ms"); 243 // directories. 273 List<DirectoryInfo> directories = updateDirectoriesForPackage(packageInfo, true); local 274 if (directories != null && !directories.isEmpty()) { 275 count += directories.size(); 277 // We shouldn't delete rows for existing directories 363 ArrayList<DirectoryInfo> directories = Lists.newArrayList(); local [all...] |
ContactsProvider2.java | 418 public static final int DIRECTORIES = 17001; [all...] |
ContactsDatabaseHelper.java | 151 public static final String DIRECTORIES = "directories"; 167 DIRECTORIES}; [all...] |
/packages/providers/ContactsProvider/src/com/android/providers/contacts/enterprise/ |
EnterprisePolicyGuard.java | 166 case ContactsProvider2.DIRECTORIES: 181 case ContactsProvider2.DIRECTORIES:
|
/external/libyuv/files/ |
setup_links.py | 14 symlinks to files and directories. This script handles the setup of symlinks to 34 DIRECTORIES = [ 64 DIRECTORIES += [ 85 DIRECTORIES.append('third_party/class-dump') 180 # shutil.rmtree() doesn't work on Windows if any of the directories are 264 for source_dir in DIRECTORIES: 267 check_msg='directories') 303 As such, all Chromium directories which are currently pulled by DEPS are 307 directories forcibly, in case you have some work in progress in one of 314 Which will replace all directories which now must be symlinks, afte [all...] |
/external/webrtc/ |
setup_links.py | 14 symlinks to files and directories. This script handles the setup of symlinks to 34 DIRECTORIES = [ 84 DIRECTORIES += [ 106 DIRECTORIES.append('third_party/class-dump') 201 # shutil.rmtree() doesn't work on Windows if any of the directories are 285 for source_dir in DIRECTORIES: 288 check_msg='directories') 324 As such, all Chromium directories which are currently pulled by DEPS are 328 directories forcibly, in case you have some work in progress in one of 335 Which will replace all directories which now must be symlinks, afte [all...] |
/external/libchrome/sandbox/linux/services/ |
namespace_sandbox_unittest.cc | 37 base::FileEnumerator::DIRECTORIES | base::FileEnumerator::FILES;
|
/external/webrtc/tools/autoroller/ |
roll_chromium_revision.py | 213 all_deps_dirs = setup_links.DIRECTORIES
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
ContactsDatabaseHelperUpgradeTest.java | 504 new TableListEntry(Tables.DIRECTORIES, DIRECTORIES_COLUMNS),
|
/build/kati/ |
eval.go | 652 // The search path, DIRECTORIES, is a list of directories to be
|
/system/connectivity/shill/ |
device_info.cc | 429 // Look for tty interface by enumerating all directories under the parent 440 FileEnumerator::DIRECTORIES | FileEnumerator::SHOW_SYM_LINKS); [all...] |
/ndk/build/core/ |
definitions.mk | [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.apache.lucene_1.9.1.v20100518-1140.jar | |
/prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/ |
groovy-all-2.2.1.jar | |
/prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.3.6/ |
groovy-all-2.3.6.jar | |