HomeSort by relevance Sort by last modified time
    Searched defs:path_exists (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/common/extensions/
extension_file_util.cc 405 bool path_exists = file_util::PathExists(path); local
409 if (default_locale.empty() && !path_exists)
412 if (default_locale.empty() && path_exists) {
416 } else if (!default_locale.empty() && !path_exists) {
  /external/qemu/android/utils/
path.c 215 path_exists( const char* path ) function
317 if ( !path_exists(path) ) {
343 if (!path_exists(path)) {
651 if (path_exists(filename)) {
686 if (path_exists(temp) && path_can_exec(temp)) {
  /external/chromium/base/
file_util_proxy.cc 398 bool path_exists = file_util::PathExists(file_path_); local
404 if (exclusive_ && path_exists) {
409 if (path_exists && !file_util::DirectoryExists(file_path_)) {
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
base.py 198 if not self.path_exists(self._pretty_patch_path):
298 if self.path_exists(self._filesystem.join(platform_dir,
308 if self.path_exists(self._filesystem.join(platform_dir,
347 if self.path_exists(checksum_path):
350 if self.path_exists(png_path):
359 if not self.path_exists(path):
365 if not self.path_exists(path):
377 if not self.path_exists(path):
435 def path_exists(self, path): member in class:Port
    [all...]

Completed in 783 milliseconds