HomeSort by relevance Sort by last modified time
    Searched refs:realpath (Results 226 - 250 of 750) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/hikey/uefi-tools/
parse-platforms.py 63 config_filename = os.path.dirname(os.path.realpath(sys.argv[0])) + '/' + default_filename
  /external/autotest/client/cros/
httpd_unittest.py 65 creds_path = (os.path.dirname(os.path.realpath( __file__)) +
  /external/autotest/client/site_tests/enterprise_KioskEnrollment/
enterprise_KioskEnrollment.py 43 os.path.dirname(os.path.realpath(__file__)),
  /external/autotest/client/site_tests/enterprise_KioskPerf/
enterprise_KioskPerf.py 57 os.path.dirname(os.path.realpath(__file__)), 'credentials.txt'))
  /external/autotest/server/cros/packet_generation/
IP_utils.py 37 current_dir = os.path.dirname(os.path.realpath(__file__))
  /external/autotest/tko/
draw_graphs 5 $bin = `realpath $0 | xargs dirname`; chomp $bin;
  /external/chromium-trace/catapult/common/node_runner/node_runner/
node_util.py 15 return os.path.realpath(os.path.join(
  /external/deqp/scripts/
launchcontrol_build.py 100 buildDir = os.path.realpath(os.path.normpath(options.buildDir))
  /external/libyuv/files/
gyp_libyuv 19 checkout_root = os.path.dirname(os.path.realpath(__file__))
  /external/pdfium/
update_pdfium.py 119 targetDir = os.path.dirname(os.path.realpath(__file__))
  /external/skia/infra/bots/
infra_tests.py 17 INFRA_BOTS_DIR = os.path.dirname(os.path.realpath(__file__))
  /external/skqp/infra/bots/
infra_tests.py 17 INFRA_BOTS_DIR = os.path.dirname(os.path.realpath(__file__))
  /external/tensorflow/tensorflow/contrib/pi_examples/camera/
Makefile 5 SCRIPT_DIR := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
  /external/tensorflow/tensorflow/contrib/pi_examples/label_image/
Makefile 5 SCRIPT_DIR := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
  /external/v8/gypfiles/
download_gold_plugin.py 25 SCRIPT_DIR = os.path.dirname(os.path.realpath(__file__))
  /external/v8/tools/clang/scripts/
build_file.py 13 script_dir = os.path.dirname(os.path.realpath(__file__))
  /external/v8/tools/
dump-cpp.py 22 tools_path = os.path.dirname(os.path.realpath(__file__))
  /external/vboot_reference/tests/
gen_fuzz_test_cases.sh 15 TESTKEY_DIR=${TESTKEY_DIR:-$(realpath ${SCRIPT_DIR}/../tests/testkeys)}
  /system/timezone/
download-iana-data.py 31 iana_data_dir = os.path.realpath('%s/system/timezone/input_data/iana' % android_build_top)
  /test/suite_harness/tools/cts-instant-tradefed/etc/
cts-instant-tradefed 34 # readlink does not work on MacOS so rely on our own realpath
35 realpath() { function
84 CTS_INSTANT_ROOT="$(dirname $(realpath $0))/../.."
  /test/suite_harness/tools/cts-tradefed/etc/
cts-tradefed 34 # readlink does not work on MacOS so rely on our own realpath
35 realpath() { function
84 CTS_ROOT="$(dirname $(realpath $0))/../.."
  /tools/repohooks/rh/
shell.py 23 _path = os.path.realpath(__file__ + '/../..')
shell_unittest.py 26 _path = os.path.realpath(__file__ + '/../..')
  /tools/repohooks/tools/
google-java-format.py 26 _path = os.path.realpath(__file__ + '/../..')
  /tools/test/connectivity/acts/framework/acts/controllers/
diag_logger.py 102 self.host_log_path = os.path.realpath(os.path.expanduser(

Completed in 699 milliseconds

1 2 3 4 5 6 7 8 91011>>