HomeSort by relevance Sort by last modified time
    Searched refs:realpath (Results 51 - 75 of 454) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium-trace/catapult/tracing/bin/
html2trace 11 os.path.dirname(os.path.realpath(__file__)), '..'))
validate_all_metrics 14 os.path.join(os.path.dirname(os.path.realpath(__file__)), '..'))
why_imported 44 os.path.dirname(os.path.realpath(__file__)), '..'))
  /external/google-breakpad/src/build/
gyp_breakpad 35 script_dir = os.path.dirname(os.path.realpath(__file__))
  /external/skia/tools/
llvm_coverage_run.py 23 return os.path.join(os.environ.get(SKIA_OUT, os.path.realpath('out')),
coverage.sh 12 GCOV=$(realpath tools/gcov_shim)
  /external/v8/build/
download_gold_plugin.py 16 SCRIPT_DIR = os.path.dirname(os.path.realpath(__file__))
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_macholib.py 18 return os.path.realpath(dyld_find(dylib))
42 return os.path.realpath(dyld_find(dylib))
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_macholib.py 18 return os.path.realpath(dyld_find(dylib))
42 return os.path.realpath(dyld_find(dylib))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_macholib.py 18 return os.path.realpath(dyld_find(dylib))
42 return os.path.realpath(dyld_find(dylib))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_macholib.py 18 return os.path.realpath(dyld_find(dylib))
42 return os.path.realpath(dyld_find(dylib))
  /external/autotest/client/site_tests/firmware_TouchMTB/tools/
machine_replay.sh 13 THIS_SCRIPT_PATH=`realpath $0`
  /external/chromium-trace/catapult/telemetry/telemetry/internal/util/
path.py 54 subpath = os.path.realpath(subpath)
55 superpath = os.path.realpath(superpath)
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
__init__.py 47 GSLIB_DIR = os.path.dirname(os.path.realpath(__file__))
49 GSUTIL_PATH = os.path.realpath(sys.argv[0])
  /external/skia/tools/skp/
recreate_skps.py 40 browser_executable = os.path.realpath(browser_executable)
56 'python', os.path.join(os.path.dirname(os.path.realpath(__file__)),
  /prebuilts/ninja/darwin-x86/
build-common.sh 74 # OSX lacks a "realpath" bash command
75 realpath() { function
79 SCRIPT_FILE=$(realpath "$0")
  /prebuilts/ninja/linux-x86/
build-common.sh 74 # OSX lacks a "realpath" bash command
75 realpath() { function
79 SCRIPT_FILE=$(realpath "$0")
  /external/clang/
update-prebuilts.py 29 THIS_DIR = os.path.realpath(os.path.dirname(__name__))
30 ANDROID_DIR = os.path.realpath(os.path.join(THIS_DIR, '../..'))
155 download_dir = os.path.realpath('.download')
  /external/v8/gypfiles/
gyp_v8 43 script_dir = os.path.dirname(os.path.realpath(__file__))
85 specified_includes.add(os.path.realpath(arg[2:]))
89 if os.path.realpath(path) not in specified_includes:
  /bionic/tests/
stdlib_test.cpp 152 char* p = realpath(NULL, NULL);
159 char* p = realpath("", NULL);
166 char* p = realpath("/this/directory/path/almost/certainly/does/not/exist", NULL);
173 char* p = realpath("/dev/null/.", NULL);
178 p = realpath("/dev/null/..", NULL);
183 TEST(stdlib, realpath) {
191 char* p = realpath("/proc/self/exe", buf);
194 p = realpath("/proc/self/exe", NULL);
  /external/autotest/client/bin/
autotest 15 autodirbin = os.path.dirname(os.path.realpath(sys.argv[0]))
97 job.runjob(os.path.realpath(args[0]), drop_caches, options)
prespawner.py 80 ['python', '-u', os.path.realpath(__file__),
82 cwd=os.path.dirname(os.path.realpath(__file__)),
  /external/libcxx/
run-tests.py 24 THIS_DIR = os.path.dirname(os.path.realpath(__file__))
25 ANDROID_DIR = os.path.realpath(os.path.join(THIS_DIR, '../..'))
  /external/valgrind/
runtest.sh 17 root_dir=`realpath \`dirname $0\`/../../`
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_macostools.py 65 self.assertEqual(fss.as_pathname(), os.path.realpath(test_support.TESTFN))
77 self.assertEqual(fss.as_pathname(), os.path.realpath(test_support.TESTFN))

Completed in 1867 milliseconds

1 23 4 5 6 7 8 91011>>