/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/ |
user-config.c | 94 if (!path_exists(parentPath)) { 107 if (path_exists(uc->iniPath)) {
|
main-common.c | 187 if ( !path_exists(path) ) { 437 if (!path_exists(tmp)) 573 if (path_exists(tmp)) { 841 if (q < end && path_exists(temp)) { 862 if (q >= end || !path_exists(temp)) 892 if (p >= end || !path_exists(temp)) 1022 if (!path_exists(out)) { 1033 if (!path_exists(android_build_root)) { [all...] |
main.c | 434 if (!path_exists(kernelFile)) { 551 if (!path_exists(opts->sysdir)) { 580 if (opts->sysdir != NULL && !path_exists(opts->system)) { 585 if (!path_exists(initImage)) { 630 if (!path_exists(opts->datadir)) { 664 if (!path_exists(initImage)) { 760 if (path_exists(tmp)) { 826 if (opts->snapstorage && !path_exists(opts->snapstorage)) { [all...] |
main-emulator.c | 247 if (path_exists(path)) { 260 if (path_exists(path)) { 301 return (p < end && path_exists(temp));
|
qemu-setup.c | 507 if (path_exists(tmp)) {
|
/external/qemu/android/utils/ |
path.c | 219 path_exists( const char* path ) function 333 if ( !path_exists(path) ) { 359 if (!path_exists(path)) { 667 if (path_exists(filename)) { 702 if (path_exists(temp) && path_can_exec(temp)) {
|
path.h | 52 extern ABool path_exists( const char* path );
|
/external/chromium_org/webkit/browser/fileapi/ |
native_file_util.cc | 179 bool path_exists = base::PathExists(path); 180 if (exclusive && path_exists) 184 if (path_exists && !base::DirectoryExists(path))
|
external_mount_points_unittest.cc | 63 { "path_exists", DRIVE FPL("/foo/test"), false, NULL },
|
/external/qemu/android/avd/ |
info.c | 285 if (p >= end || !path_exists(temp)) 305 if (p >= end || !path_exists(temp)) { 562 if (!path_exists(temp)) { 631 if (p < end && path_exists(temp)) { 788 if (p >= end || !path_exists(temp)) { 903 if (p >= end || !path_exists(temp)) { 943 if (path_exists(path)) [all...] |
util.c | 54 if (path_exists(env)) { 94 if (!path_exists(temp)) {
|
/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/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/qemu/memcheck/ |
memcheck_util.c | 64 while (!path_exists(sym_path)) {
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
gml.php | 257 'path_exists','path_get_name','path_get_length','path_get_kind','path_get_closed', [all...] |
/external/qemu/ |
vl-android.c | [all...] |
/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
|