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

  /external/chromium_org/chrome/common/extensions/api/i18n/
default_locale_handler.cc 57 bool path_exists = base::PathExists(path); local
62 if (default_locale.empty() && !path_exists)
65 if (default_locale.empty() && path_exists) {
69 } else if (!default_locale.empty() && !path_exists) {
  /external/qemu/android/
main-common.c 105 if (q < end && path_exists(temp)) {
126 if (q >= end || !path_exists(temp))
156 if (p >= end || !path_exists(temp))
286 if (!path_exists(out)) {
297 if (!path_exists(android_build_root)) {
355 if (!path_exists(tmp)) {
372 if (path_exists(tmp)) {
user-config.c 94 if (!path_exists(parentPath)) {
107 if (path_exists(uc->iniPath)) {
main.c 430 if (!path_exists(kernelFile)) {
578 if (!path_exists(opts->sysdir)) {
607 if (opts->sysdir != NULL && !path_exists(opts->system)) {
612 if (!path_exists(initImage)) {
657 if (!path_exists(opts->datadir)) {
691 if (!path_exists(initImage)) {
788 if (path_exists(tmp)) {
854 if (opts->snapstorage && !path_exists(opts->snapstorage)) {
    [all...]
main-emulator.c 242 if (p < pathEnd && path_exists(path)) {
255 if (p < pathEnd && path_exists(path)) {
379 return (p < end && path_exists(temp));
main-common-ui.c 152 if (!path_exists(path)) {
527 if (path_exists(tmp)) {
qemu-setup.c 501 if (path_exists(tmp)) {
  /external/qemu/android/avd/
util.c 56 if (path_exists(env)) {
96 if (!path_exists(temp)) {
258 if (!path_exists(temp)) {
273 if (!path_exists(temp)) {
info.c 296 if (p >= end || !path_exists(temp))
316 if (p >= end || !path_exists(temp)) {
579 if (!path_exists(temp)) {
648 if (p < end && path_exists(temp)) {
868 if (p >= end || !path_exists(temp)) {
995 if (p < end && path_exists(temp)) {
1002 if (p >= end || !path_exists(temp)) {
1044 if (path_exists(path))
    [all...]
  /external/qemu/android/filesystems/
partition_types.cpp 56 if (!path_exists(image_file)) {
  /external/chromium_org/mojo/shell/
dynamic_application_loader.cc 48 void RunLibrary(const base::FilePath& path, bool path_exists) {
56 if (!path_exists) {
  /external/qemu/android/qemu-launcher/
emulator-qemu.cpp 294 if (!path_exists(kernelFile)) {
379 if (!path_exists(opts->sysdir)) {
408 if (opts->sysdir != NULL && !path_exists(opts->system)) {
413 if (!path_exists(initImage)) {
458 if (!path_exists(opts->datadir)) {
492 if (!path_exists(initImage)) {
590 if (path_exists(tmp)) {
784 if (!path_exists(qemuExecutable.c_str())) {
  /external/chromium_org/third_party/cython/src/Cython/
Utils.py 102 if path_exists(path):
108 if path_exists(path):
112 if path_exists(path):
141 if path_exists(path):
145 def path_exists(path): function
  /external/qemu/android/utils/
path.c 212 path_exists( const char* path ) function
319 if ( !path_exists(path) ) {
345 if (!path_exists(path)) {
649 if (path_exists(filename)) {
682 if (path_exists(temp) && path_can_exec(temp)) {
path.h 55 extern ABool path_exists( const char* path );
  /external/chromium_org/storage/browser/fileapi/
native_file_util.cc 173 bool path_exists = base::PathExists(path);
174 if (exclusive && path_exists)
178 if (path_exists && !base::DirectoryExists(path))
  /external/qemu/android/kernel/
kernel_utils.cpp 65 if (!path_exists(filePath)) {
  /prebuilts/android-emulator/linux-x86_64/
emulator 
  /external/chromium_org/third_party/cython/src/Cython/Build/
Dependencies.py 50 from Cython.Utils import cached_function, cached_method, path_exists, find_root_package_dir namespace
339 if path_exists(path):
360 if path_exists(path):
367 if dir != filename and path_exists(join_path(dir, '__init__.py')):
426 if not path_exists(include_path):
485 if filename[-4:] == '.pyx' and path_exists(filename[:-4] + '.pxd'):
    [all...]
  /prebuilts/tools/linux-x86/emulator/
emulator 
  /external/qemu/
vl-android.c     [all...]
  /external/chromium_org/content/browser/fileapi/
external_mount_points_unittest.cc 63 { "path_exists", DRIVE FPL("/foo/test"), false, NULL },
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ihooks.py 193 def path_exists(self, x): return os.path.exists(x) member in class:Hooks
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ihooks.py 193 def path_exists(self, x): return os.path.exists(x) member in class:Hooks
  /external/chromium_org/ui/file_manager/file_manager/common/js/
util.js 69 candidateMessageFragment = 'PATH_EXISTS';
    [all...]

Completed in 1282 milliseconds