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

1 2 3 4 5 6 7 8 91011>>

  /build/kati/testcase/
realpath.mk 1 foo = $(realpath ./foo)
2 bar = $(realpath ./bar)
3 foofoo = $(realpath ./foo ./foo)
4 foobar = $(realpath ./foo ./bar)
  /prebuilts/sdk/support-api/
import_api.sh 13 if [ $(realpath $(dirname $0)) != $(realpath $(pwd)) ]; then
  /build/soong/
reverse_path.py 30 realpath = os.path.relpath(os.path.realpath('.'), os.path.realpath(path))
33 if realpath != relpath:
  /bionic/build/
run-on-host.mk 37 ln -fs `realpath $(TARGET_OUT)/bin` /system/
38 ln -fs `realpath $(TARGET_OUT)/etc` /system/
39 ln -fs `realpath $(TARGET_OUT)/lib` /system/
41 ln -fs `realpath $(TARGET_OUT)/lib64` /system/; \
  /external/elfutils/bionic-fixup/
AndroidFixup.h 30 #define canonicalize_file_name(path) realpath(path, NULL)
  /external/toybox/toys/other/
realpath.c 0 /* realpath.c - Return the canonical version of a pathname
5 USE_REALPATH(NEWTOY(realpath, "<1", TOYFLAG_USR|TOYFLAG_BIN))
7 config REALPATH
8 bool "realpath"
11 usage: realpath FILE...
23 if (!realpath(*s, toybuf)) perror_msg_raw(*s);
  /system/update_engine/include/
update_includes.sh 45 local outdir=$(realpath "${MY_DIR}/${dir}")
56 local guard=$(realpath "${MY_DIR}/../.." | tr '[:lower:]/ ' '[:upper:]__')
70 UE_DIR=$(realpath "${MY_DIR}/..")
71 SHILL_DIR=$(realpath "${UE_DIR}/../connectivity/shill")
  /external/chromium-trace/catapult/firefighter/bin/
deploy 10 sys.path.append(os.path.dirname(os.path.realpath(__file__)))
15 root_dir = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))
run 12 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/
run_tests 10 _THIS_PATH = os.path.dirname(os.path.realpath(__file__))
22 os.path.dirname(os.path.realpath(__file__)), '..'))
generate_about_tracing_contents 11 os.path.dirname(os.path.realpath(__file__)), '..'))
merge_traces 11 os.path.dirname(os.path.realpath(__file__)), '..'))
run_dev_server_tests 11 os.path.dirname(os.path.realpath(__file__)), '..', '..'))
run_vinn_tests 11 os.path.dirname(os.path.realpath(__file__)), '..'))
trace2html 11 os.path.dirname(os.path.realpath(__file__)), '..'))
update_gypi 11 os.path.dirname(os.path.realpath(__file__)), '..'))
vulcanize_trace_viewer 11 os.path.dirname(os.path.realpath(__file__)), '..'))
  /external/valgrind/none/tests/darwin/
apple-main-arg.c 24 // Make sure realpath(argv[0]) == realpath(apple[0]). (realpath resolves
26 realpath(argv[0], pargv);
27 realpath(apple[0], pappl);
  /external/autotest/client/cros/
tty.py 18 os.path.realpath('/sys/class/tty/%s/device/driver' %
  /external/chromium-trace/catapult/firefighter/default/common/
jinja.py 11 os.path.dirname(os.path.dirname(os.path.realpath(__file__))), 'templates')
  /external/libyuv/files/
download_vs_toolchain.py 20 checkout_root = os.path.dirname(os.path.realpath(__file__))
  /external/skia/tools/
fix_pythonpath.py 14 CHECKOUT_ROOT = os.path.realpath(os.path.join(
  /external/deqp/scripts/
cppcheck.py 140 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/
path_set.py 21 return os.path.realpath(path) in self._paths
30 path = os.path.realpath(path)
40 path = os.path.realpath(path)
  /external/autotest/site_utils/
test_droid.py 30 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)

Completed in 988 milliseconds

1 2 3 4 5 6 7 8 91011>>