Searched defs:path_exists (Results 1 - 4 of 4) sorted by relevance

/external/qemu/android/utils/
H A Dpath.c215 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/chrome/common/extensions/
H A Dextension_file_util.cc405 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/chromium/base/
H A Dfile_util_proxy.cc398 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/
H A Dbase.py198 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

Completed in 85 milliseconds