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

  /external/qemu/android/utils/
path.h 52 extern ABool path_exists( const char* path );
path.c 219 path_exists( const char* path ) function
321 if ( !path_exists(path) ) {
347 if (!path_exists(path)) {
655 if (path_exists(filename)) {
690 if (path_exists(temp) && path_can_exec(temp)) {
  /external/qemu/android/
user-config.c 94 if (!path_exists(parentPath)) {
107 if (path_exists(uc->iniPath)) {
main-emulator.c 247 if (path_exists(path)) {
260 if (path_exists(path)) {
301 return (p < end && path_exists(temp));
main-common.c 186 if ( !path_exists(path) ) {
363 if (path_exists(tmp)) {
621 if (q < end && path_exists(temp)) {
642 if (q >= end || !path_exists(temp))
672 if (p >= end || !path_exists(temp))
802 if (!path_exists(out)) {
813 if (!path_exists(android_build_root)) {
874 if (!path_exists(tmp)) {
891 if (path_exists(tmp)) {
    [all...]
main.c 430 if (!path_exists(kernelFile)) {
547 if (!path_exists(opts->sysdir)) {
576 if (opts->sysdir != NULL && !path_exists(opts->system)) {
581 if (!path_exists(initImage)) {
626 if (!path_exists(opts->datadir)) {
660 if (!path_exists(initImage)) {
756 if (path_exists(tmp)) {
822 if (opts->snapstorage && !path_exists(opts->snapstorage)) {
    [all...]
qemu-setup.c 507 if (path_exists(tmp)) {
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/
deduplicate_tests.py 149 path_exists=os.path.exists):
162 path_exists: Optional parameter that allows us to stub out
170 if path_exists(test_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...]
chromium_unittest.py 182 port.path_exists = lambda test: True
  /external/qemu/android/avd/
util.c 53 if (path_exists(env)) {
93 if (!path_exists(temp)) {
info.c 313 if (p >= end || !path_exists(temp))
333 if (p >= end || !path_exists(temp)) {
575 if (!path_exists(temp)) {
644 if (p < end && path_exists(temp)) {
801 if (p >= end || !path_exists(temp)) {
916 if (p >= end || !path_exists(temp)) {
956 if (path_exists(path))
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
printing.py 352 if self._port.path_exists(txt_file):
358 if self._port.path_exists(checksum_file):
364 if self._port.path_exists(png_file):
test_expectations.py 591 if (not self._port.path_exists(full_path)
592 and not self._port.path_exists(full_path + '-disabled')):
    [all...]
  /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/memcheck/
memcheck_util.c 64 while (!path_exists(sym_path)) {
  /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/
vl-android.c     [all...]

Completed in 258 milliseconds