HomeSort by relevance Sort by last modified time
    Searched refs:exists (Results 326 - 350 of 1157) sorted by null

<<11121314151617181920>>

  /external/chromium_org/build/android/pylib/perf/
setup.py 69 if os.path.exists(constants.PERF_OUTPUT_DIR):
  /external/chromium_org/build/linux/
install-arm-sysroot.py 74 if os.path.exists(stamp):
install-chromeos-fonts.py 43 if os.path.exists(stamp):
  /external/chromium_org/chrome/browser/ui/webui/extensions/
extension_icon_source.h 59 // desaturated version of the icon. |exists|, if non-NULL, will be set to true
60 // if the icon exists; false if it will lead to a default or not-present
66 bool* exists);
  /external/chromium_org/chrome/common/extensions/docs/server2/
gcs_file_system_provider.py 72 if environment.IsDevServer() and os.path.exists(LOCAL_GCS_DEBUG_CONF):
  /external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/
sdk_update.py 106 if not os.path.exists('/lib/ld-linux.so.2'):
  /external/chromium_org/native_client_sdk/src/tools/tests/
create_html_test.py 43 with mock.patch('os.path.exists'):
49 self.assertTrue(os.path.exists(expected_html))
  /external/chromium_org/testing/
test_env.py 25 os.path.exists(sandbox_path)):
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/
concatenate_module_scripts.py 40 if path.exists(filename):
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
crashlogs.py 44 if self._host.filesystem.exists(self._host.filesystem.join(log_directory, "DiagnosticReports")):
outputtee.py 66 if log_directory and not os.path.exists(log_directory):
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
png.py 52 if self._fs.exists(self._file_path) and self._file_path.endswith("-expected.png"):
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
filereader.py 109 SystemExit: If no file at file_path exists.
114 if not self.filesystem.exists(file_path) and file_path != "-":
  /external/chromium_org/third_party/boringssl/src/crypto/obj/
obj_xref.pl 102 if (!exists $oid_tbl{$chk})
  /external/chromium_org/third_party/cython/src/pyximport/test/
test_pyximport.py 8 if os.path.exists(tempdir):
  /external/chromium_org/tools/android/checkstyle/
checkstyle.py 19 if not os.path.exists(style_file):
  /external/chromium_org/tools/deep_memory_profiler/visualizer/
template.py 60 if not os.path.exists(html_dir):
  /external/chromium_org/tools/ipc_fuzzer/
remove_close_messages.py 46 if not os.path.exists(message_util_path):
  /external/chromium_org/tools/perf/benchmarks/
session_restore.py 24 if not os.path.exists(profile_dir):
  /external/chromium_org/tools/python/google/
path_utils.py 50 while not os.path.exists(found_path):
82 # errno.EEXIST is "File exists". If we see another error, re-raise.
platform_utils_linux.py 83 ssl_enabled = os.path.exists('/etc/apache2/mods-enabled/ssl.conf')
platform_utils_mac.py 83 ssl_enabled = os.path.exists('/etc/apache2/mods-enabled/ssl.conf')
  /external/chromium_org/tools/telemetry/telemetry/page/
profile_generator_unittest.py 22 if os.path.exists(sandbox_directory):
  /external/chromium_org/tools/
update_reference_build.py 158 if os.path.exists(output):
159 logging.info('%s alread exists, skipping download', output)
167 if dirname and not os.path.exists(dirname):
177 if not os.path.exists('reference_builds'):
231 if os.path.exists('tmp_unzip'):
  /external/chromium_org/tools/win/split_link/
install_split_link.py 57 if not os.path.exists(link_backup):

Completed in 804 milliseconds

<<11121314151617181920>>