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

/external/chromium_org/chrome/common/extensions/api/i18n/
H A Ddefault_locale_handler.cc57 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/chromium_org/third_party/cython/src/Cython/
H A DUtils.py102 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/chromium_org/mojo/shell/
H A Ddynamic_application_loader.cc48 void RunLibrary(const base::FilePath& path, bool path_exists) { argument
56 if (!path_exists) {
/external/qemu/android/utils/
H A Dpath.c212 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)) {
/external/chromium_org/third_party/cython/src/Cython/Build/
H A DDependencies.py50 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'):

Completed in 210 milliseconds