HomeSort by relevance Sort by last modified time
    Searched full:file_exists (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/chromium-trace/catapult/third_party/vinn/vinn/
path_utils_test.js 20 return fileName === '/a/b/file_exists.html';
55 assert.equal(path_utils.exists('/a/b/file_exists.html'), true);
56 assert.equal(path_utils.exists('file_exists.html'), true);
57 assert.equal(path_utils.exists('./file_exists.html'), true);
  /external/autotest/client/tools/
cd_hash.py 30 file_exists = os.path.isfile(filename) variable
32 if not file_exists:
  /external/wpa_supplicant_8/hs20/server/www/
est.php 78 if (!file_exists($fname)) {
127 if (file_exists($req_pem))
130 if (!file_exists($req_pem)) {
137 if (file_exists($cert_pem))
140 if (!file_exists($cert_pem)) {
161 if (file_exists($cert_der))
164 if (!file_exists($cert_der)) {
172 if (file_exists($pkcs7))
175 if (!file_exists($pkcs7)) {
  /external/skia/platform_tools/android/launcher/
skia_launcher.cpp 17 bool file_exists(const char* fileName) { function
36 if (!file_exists(libraryLocation)) {
65 if (!file_exists(appLocation)) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/
download.php 19 if (file_exists($clickFile)) {
38 if (file_exists($clickFile)) {
  /external/autotest/server/site_tests/platform_Vpd/
platform_Vpd.py 48 if not self.file_exists(host, path):
57 def file_exists(self, host, path): member in class:platform_Vpd
87 if self.file_exists(host, vpdfile):
119 if not self.file_exists(host, path):
123 if self.file_exists(host, path):
  /developers/build/prebuilts/gradle/AutoBackupForApps/Application/src/main/res/values/
strings.xml 20 <string name="file_exists">Please specify a different name. A file with this name exists already.</string>
  /developers/samples/android/content/AutoBackupForApps/Application/src/main/res/values/
strings.xml 20 <string name="file_exists">Please specify a different name. A file with this name exists already.</string>
  /development/samples/browseable/AutoBackupForApps/res/values/
strings.xml 20 <string name="file_exists">Please specify a different name. A file with this name exists already.</string>
  /bootable/recovery/edify/
README 90 file_exists("/data/system/bad") && delete("/data/system/bad")
92 file_exists("/data/system/missing") || create("/data/system/missing")
  /external/autotest/contrib/
manage_powerunit_info.py 157 file_exists = os.path.exists(options.csv_file)
158 if options.action == 'upload' and not file_exists:
161 if options.action == 'backup' and file_exists:
  /external/chromium-trace/catapult/devil/devil/android/sdk/
shared_prefs_test.py 25 def file_exists(path): function in function:MockDeviceWithFiles
35 device.FileExists = mock.Mock(side_effect=file_exists)
  /external/google-breakpad/src/processor/
simple_symbol_supplier.cc 55 static bool file_exists(const string &file_name) { function in namespace:google_breakpad
195 if (!file_exists(path)) {
  /external/llvm/include/llvm/Support/
Errc.h 45 file_exists = int(std::errc::file_exists), member in class:llvm::errc
  /external/llvm/lib/Support/
ErrorHandling.cpp 153 MAP_ERR_TO_COND(ERROR_ALREADY_EXISTS, file_exists);
168 MAP_ERR_TO_COND(ERROR_FILE_EXISTS, file_exists);
  /external/webrtc/webrtc/tools/barcode_tools/
barcode_decoder.py 216 file_exists = True
219 while file_exists:
224 file_exists = False
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
error_constants.h 65 file_exists = EEXIST, member in class:errc
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
error_constants.h 65 file_exists = EEXIST, member in class:errc
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
error_constants.h 65 file_exists = EEXIST, member in class:errc
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
error_constants.h 65 file_exists = EEXIST, member in class:errc
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
error_constants.h 63 file_exists = EEXIST, member in class:errc
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
error_constants.h 63 file_exists = EEXIST, member in class:errc
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/
error_constants.h 65 file_exists = EEXIST, member in class:errc
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/
error_constants.h 65 file_exists = EEXIST, member in class:errc
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/
error_constants.h 65 file_exists = EEXIST, member in class:errc

Completed in 1798 milliseconds

1 2 3