/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
pimp.py | 335 installDir = os.path.realpath(self.installDir) 338 realpath = os.path.realpath(p) 341 if installDir == realpath: 771 line = os.path.realpath(line) [all...] |
/art/runtime/jit/ |
profile_saver.cc | 501 // TODO(calin): This may lead to several calls to realpath. 540 UniqueCPtr<const char[]> real_path(realpath(path.c_str(), nullptr)); 542 PLOG(WARNING) << "Could not get realpath for " << path; 617 UniqueCPtr<const char[]> dex_location_real_path(realpath(dex_location.c_str(), nullptr)); 619 PLOG(WARNING) << "Could not get realpath for " << dex_location;
|
/external/chromium-trace/catapult/telemetry/telemetry/testing/ |
system_stub.py | 374 def realpath(path): member in class:OsModuleStub.OsPathModuleStub 375 return os.path.realpath(path)
|
/external/selinux/policycoreutils/setfiles/ |
restore.c | 430 p = realpath(name, NULL); 437 p = realpath(name, NULL); 439 fprintf(stderr, "realpath(%s) failed %s\n", name,
|
/ndk/ |
checkbuild.py | 620 os.chdir(os.path.dirname(os.path.realpath(__file__))) 624 os.environ['ANDROID_BUILD_TOP'] = os.path.realpath('..')
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
sysconfig.py | 6 from os.path import pardir, realpath namespace 99 return realpath(path)
|
ntpath.py | 21 "extsep","devnull","realpath","supports_unicode_filenames","relpath"] 480 # realpath is a no-op on systems without islink support 481 realpath = abspath variable
|
posixpath.py | 34 "devnull","realpath","supports_unicode_filenames","relpath"] 364 def realpath(filename): function
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
sysconfig.py | 6 from os.path import pardir, realpath namespace 99 return realpath(path)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_build_ext.py | 287 other_tmp_dir = os.path.realpath(self.mkdtemp()) 327 other_tmp_dir = os.path.realpath(self.mkdtemp())
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
sysconfig.py | 6 from os.path import pardir, realpath namespace 99 return realpath(path)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_build_ext.py | 287 other_tmp_dir = os.path.realpath(self.mkdtemp()) 327 other_tmp_dir = os.path.realpath(self.mkdtemp())
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
sysconfig.py | 6 from os.path import pardir, realpath namespace 99 return realpath(path)
|
/external/autotest/client/cros/cellular/pseudomodem/ |
pseudomodem_context.py | 186 toplevel = os.path.dirname(os.path.realpath(__file__))
|
/external/autotest/client/site_tests/graphics_PiglitBVT/ |
generate_scripts.py | 285 mkdir_p(os.path.dirname(os.path.realpath(filename)))
|
/external/autotest/tko/ |
frontend.py | 8 tko = os.path.dirname(os.path.realpath(os.path.abspath(__file__)))
|
/external/chromium-trace/catapult/telemetry/telemetry/core/ |
platform.py | 43 platform_dir = os.path.dirname(os.path.realpath( 382 paths = set(os.path.realpath(p) for p in paths)
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/ |
desktop_browser_finder.py | 241 'system': os.path.split(os.path.realpath('/usr/bin/google-chrome'))[0],
|
/external/chromium-trace/catapult/third_party/coverage/coverage/ |
files.py | 150 path = os.path.abspath(os.path.realpath(path))
|
/external/chromium-trace/catapult/third_party/typ/typ/tests/ |
host_test.py | 47 self.assertNotEqual(h.realpath(h.getcwd()), None)
|
/external/deqp/android/scripts/ |
common.py | 229 ANDROID_DIR = os.path.realpath(os.path.join(os.path.dirname(os.path.abspath(__file__)), ".."))
|
/external/selinux/policycoreutils/sandbox/ |
sandbox | 242 rp = os.path.realpath(os.path.expanduser(value)) 410 rp = os.path.realpath(f)
|
/frameworks/base/services/core/java/com/android/server/pm/ |
PackageDexOptimizer.java | 340 apkPath = PackageManagerServiceUtils.realpath(new File(apkPath));
|
/libcore/ojluni/src/main/native/ |
java_props_md.c | 343 realpath((char *)dlinfo.dli_fname, buf);
|
/ndk/tests/ |
run-all.py | 262 os.chdir(os.path.dirname(os.path.realpath(__file__)))
|