Searched refs:realpath (Results 1 - 25 of 431) 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/autotest/bin/
H A Dpython_venv31 realpath() { function
40 local create_venv=$(realpath "${p}/bin/create_venv")
58 readonly extra_imports_dir=$(realpath ../venv)
/external/autotest/skylab_migration/bin/
H A Dpython_venv32 realpath() { function
41 local create_venv=$(realpath "${p}/bin/create_venv")
59 readonly extra_imports_dir=$(realpath ../venv)
/external/clang/tools/scan-build-py/bin/
H A Danalyze-c++10 this_dir = os.path.dirname(os.path.realpath(__file__))
H A Danalyze-cc10 this_dir = os.path.dirname(os.path.realpath(__file__))
H A Dintercept-c++10 this_dir = os.path.dirname(os.path.realpath(__file__))
H A Dintercept-cc10 this_dir = os.path.dirname(os.path.realpath(__file__))
H A Danalyze-build13 this_dir = os.path.dirname(os.path.realpath(__file__))
H A Dintercept-build13 this_dir = os.path.dirname(os.path.realpath(__file__))
H A Dscan-build13 this_dir = 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/libyuv/files/
H A Ddownload_vs_toolchain.py20 checkout_root = os.path.dirname(os.path.realpath(__file__))
/external/ltp/android/tools/
H A Ddump_make_dryrun.sh18 TOOLS_DIR=$(realpath $(dirname $0))
19 LTP_ROOT=$(realpath $TOOLS_DIR/../..)
H A Dgen_android_build.sh18 TOOLS_DIR=$(realpath $(dirname $0))
19 LTP_ANDROID_DIR=$(realpath $TOOLS_DIR/..)
20 LTP_ROOT=$(realpath $LTP_ANDROID_DIR/..)
/external/skia/tools/
H A Dfix_pythonpath.py14 CHECKOUT_ROOT = os.path.realpath(os.path.join(
/external/skqp/tools/
H A Dfix_pythonpath.py14 CHECKOUT_ROOT = os.path.realpath(os.path.join(
/external/deqp/scripts/
H A Dcppcheck.py136 fullDstFile = os.path.realpath(dstFile)
159 srcDir = os.path.realpath(os.path.normpath(os.path.join(os.path.dirname(__file__), "..", "..")))
/external/v8/tools/clang/plugins/tests/
H A Dtest.py11 script_dir = os.path.dirname(os.path.realpath(__file__))
44 os.path.dirname(os.path.realpath(__file__)),
/external/lisa/tests/eas/
H A Drfc.py23 TESTS_DIRECTORY = os.path.dirname(os.path.realpath(__file__))
/external/lisa/tests/sfreq/
H A Dsmoke_test.py23 TESTS_DIRECTORY = os.path.dirname(os.path.realpath(__file__))
/external/skia/infra/bots/assets/android_ndk_darwin/
H A Dcommon.py16 INFRA_BOTS_DIR = os.path.realpath(os.path.join(FILE_DIR, os.pardir, os.pardir))
/external/skia/infra/bots/assets/android_ndk_linux/
H A Dcommon.py16 INFRA_BOTS_DIR = os.path.realpath(os.path.join(FILE_DIR, os.pardir, os.pardir))
/external/skia/infra/bots/assets/android_ndk_windows/
H A Dcommon.py16 INFRA_BOTS_DIR = os.path.realpath(os.path.join(FILE_DIR, os.pardir, os.pardir))

Completed in 793 milliseconds

1234567891011>>