/external/skia/platform_tools/android/skp_gen/ |
android_skp_capture.py | 154 apps_dir = os.path.join(os.path.dirname(os.path.realpath(__file__)), 'apps')
|
/external/skia/tools/ |
gen_bench_expectations_from_codereview.py | 25 CHECKOUT_PATH = os.path.realpath(os.path.join(
|
jsondiff.py | 36 GM_DIRECTORY = os.path.realpath(
|
test_gpuveto.py | 19 os.path.join(os.path.dirname(os.path.realpath(__file__)), os.pardir))
|
/external/v8/build/ |
landmines.py | 116 os.path.dirname(os.path.dirname(os.path.realpath(__file__)))
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
macpath.py | 14 "devnull","realpath","supports_unicode_filenames"] 196 # realpath is a no-op on systems without islink support 197 def realpath(path): function
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
macpath.py | 14 "devnull","realpath","supports_unicode_filenames"] 196 # realpath is a no-op on systems without islink support 197 def realpath(path): function
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
macpath.py | 14 "devnull","realpath","supports_unicode_filenames"] 196 # realpath is a no-op on systems without islink support 197 def realpath(path): function
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
macpath.py | 14 "devnull","realpath","supports_unicode_filenames"] 196 # realpath is a no-op on systems without islink support 197 def realpath(path): function
|
/bionic/libc/kernel/tools/ |
kernel.py | 89 hdr_dir = os.path.realpath(os.path.dirname(from_file)) 90 hdr_dir = hdr_dir.replace("%s/" % os.path.realpath(kernel_root),
|
/external/autotest/client/cros/input_playback/ |
input_playback.py | 144 current_dir = os.path.dirname(os.path.realpath(__file__)) 415 current_dir = os.path.dirname(os.path.realpath(__file__))
|
/external/chromium-trace/catapult/devil/devil/utils/ |
find_usb_devices_test.py | 309 curr_dir = os.path.dirname(os.path.realpath(__file__)) 325 curr_dir = os.path.dirname(os.path.realpath(__file__))
|
/external/selinux/libselinux/src/ |
selinuxswig_python.i | 24 path = os.path.realpath(os.path.expanduser(path))
|
/external/autotest/site_utils/ |
lxc.py | 181 cmd = 'sudo lxc-ls -P %s -f -F %s' % (os.path.realpath(container_path), 409 self.container_path = os.path.realpath(container_path) 655 self.container_path = os.path.realpath(container_path) [all...] |
brillo_aue2e_test.py | 19 os.path.dirname(os.path.dirname(os.path.realpath(__file__))),
|
/external/clang/ |
build.py | 30 THIS_DIR = os.path.realpath(os.path.dirname(__file__)) 35 return os.path.realpath(os.path.join(THIS_DIR, '../..', *args)) 44 top_out = os.path.realpath(top_out)
|
/external/chromium-trace/catapult/third_party/typ/typ/ |
host.py | 160 def realpath(self, *comps): member in class:Host 161 return os.path.realpath(os.path.join(*comps))
|
/external/toybox/ |
Android.mk | 117 toys/other/realpath.c \ 320 realpath \
|
/external/v8/tools/gyp/pylib/gyp/ |
common.py | 145 path = os.path.realpath(path) 148 relative_to = os.path.realpath(relative_to)
|
/external/vixl/tools/ |
test.py | 338 [os.path.realpath(join(config.dir_build_latest, 'benchmarks', bench))]) 396 # Use the realpath of the test executable so that the commands printed 398 test_executable = os.path.realpath(
|
/libcore/luni/src/main/java/libcore/io/ |
BlockGuardOs.java | 239 @Override public String realpath(String path) throws ErrnoException { method in class:BlockGuardOs 241 return os.realpath(path);
|
/build/kati/ |
main.cc | 233 if (realpath(argv[i], buf)) 239 if (argc >= 2 && !strcmp(argv[1], "--realpath")) {
|
/external/antlr/antlr-3.4/runtime/Python/ |
ez_setup.py | 145 return os.path.realpath(saveto)
|
/external/autotest/client/cros/ |
backchannel.py | 162 usb_authorized_path = os.path.realpath(
|
/external/autotest/client/cros/multimedia/ |
usb_facade_native.py | 223 We can find the HCD id for USB from driver's realpath. 250 hcd_id = _get_dir_name(os.path.realpath(search_root_path))
|