Searched refs:realpath (Results 1 - 25 of 251) sorted by relevance

1234567891011

/external/elfutils/bionic-fixup/
H A DAndroidFixup.h30 #define canonicalize_file_name(path) realpath(path, NULL)
/external/toybox/toys/other/
H A Drealpath.c0 /* realpath.c - Return the canonical version of a pathname
5 USE_REALPATH(NEWTOY(realpath, "<1", TOYFLAG_USR|TOYFLAG_BIN))
8 bool "realpath"
11 usage: realpath FILE...
23 if (!realpath(*s, toybuf)) perror_msg_raw(*s);
/external/chromium-trace/catapult/firefighter/bin/
H A Ddeploy10 sys.path.append(os.path.dirname(os.path.realpath(__file__)))
15 root_dir = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))
H A Drun12 sys.path.append(os.path.dirname(os.path.realpath(__file__)))
17 root_dir = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))
/external/chromium-trace/catapult/tracing/bin/
H A Drun_tests10 _THIS_PATH = os.path.dirname(os.path.realpath(__file__))
22 os.path.dirname(os.path.realpath(__file__)), '..'))
H A Dgenerate_about_tracing_contents11 os.path.dirname(os.path.realpath(__file__)), '..'))
H A Dmerge_traces11 os.path.dirname(os.path.realpath(__file__)), '..'))
H A Drun_dev_server_tests11 os.path.dirname(os.path.realpath(__file__)), '..', '..'))
H A Drun_vinn_tests11 os.path.dirname(os.path.realpath(__file__)), '..'))
H A Dtrace2html11 os.path.dirname(os.path.realpath(__file__)), '..'))
H A Dupdate_gypi11 os.path.dirname(os.path.realpath(__file__)), '..'))
H A Dvulcanize_trace_viewer11 os.path.dirname(os.path.realpath(__file__)), '..'))
/external/valgrind/none/tests/darwin/
H A Dapple-main-arg.c24 // Make sure realpath(argv[0]) == realpath(apple[0]). (realpath resolves
26 realpath(argv[0], pargv);
27 realpath(apple[0], pappl);
/external/autotest/client/cros/
H A Dtty.py18 os.path.realpath('/sys/class/tty/%s/device/driver' %
/external/chromium-trace/catapult/firefighter/default/common/
H A Djinja.py11 os.path.dirname(os.path.dirname(os.path.realpath(__file__))), 'templates')
/external/libyuv/files/
H A Ddownload_vs_toolchain.py20 checkout_root = os.path.dirname(os.path.realpath(__file__))
/external/skia/tools/
H A Dfix_pythonpath.py14 CHECKOUT_ROOT = os.path.realpath(os.path.join(
H A Dreformat-json.py35 GM_DIRECTORY = os.path.realpath(
/external/deqp/scripts/
H A Dcppcheck.py140 fullDstFile = os.path.realpath(dstFile)
163 srcDir = os.path.realpath(os.path.normpath(os.path.join(os.path.dirname(__file__), "..", "..")))
/external/chromium-trace/catapult/telemetry/telemetry/internal/util/
H A Dpath_set.py21 return os.path.realpath(path) in self._paths
30 path = os.path.realpath(path)
40 path = os.path.realpath(path)
/external/autotest/site_utils/
H A Dtest_droid.py30 os.path.dirname(os.path.dirname(os.path.realpath(__file__))),
96 os.path.realpath(__file__)))
98 realpath = os.path.realpath(__file__)
99 site_utils_path = os.path.realpath(site_utils_path)
/external/icu/tools/
H A Dupdateicudata.py15 icu_dir = os.path.realpath('%s/external/icu' % android_build_top)
16 icu4c_dir = os.path.realpath('%s/icu4c/source' % icu_dir)
17 icu4j_dir = os.path.realpath('%s/icu4j' % icu_dir)
/external/chromium-trace/catapult/common/py_utils/py_utils/
H A Ddependency_util.py48 return os.path.realpath(os.path.join(
/external/chromium-trace/catapult/third_party/pipeline/pipeline/
H A D__init__.py31 google_appengine = os.path.dirname(os.path.realpath(dev_appserver_path))
/external/libdivsufsort/
H A Dgenerate_includes.sh21 LOCAL_PATH=$(realpath $(dirname "$0"))

Completed in 363 milliseconds

1234567891011