Searched refs:realpath (Results 1 – 25 of 43) sorted by relevance
12
/tools/acloud/setup/pre_setup_sh/ |
D | setup_utils.sh | 6 if realpath $0 &> /dev/null; then 7 realpath $0
|
/tools/test/connectivity/acts/tests/google/bt/audio_lab/ |
D | BtChameleonTest.py | 140 os.path.dirname(os.path.realpath(self.audio_file_2k1k_10_sec)), 143 os.path.dirname(os.path.realpath(self.audio_file_2k1k_10_sec)), 204 os.path.dirname(os.path.realpath(self.audio_file_2k1k_300_sec)),
|
/tools/tradefederation/core/atest/ |
D | run_atest_unittests.sh | 23 [ "$(uname -s)" == "Darwin" ] && { realpath(){ echo "$(cd $(dirname $1);pwd -P)/$(basename $1)"; };… function 24 ATEST_REAL_PATH=`realpath $ATEST_DIR`
|
D | test_mapping.py | 106 path = os.path.realpath(os.path.join( 111 path = os.path.realpath(os.path.join(root_dir, self.path))
|
D | cli_translator.py | 338 path = os.path.realpath(path) 424 test_group, os.path.realpath(''))
|
D | atest_run_unittests.py | 38 base_path = os.path.dirname(os.path.realpath(__file__))
|
/tools/asuite/aidegen/ |
D | run_tests.sh | 6 [ "$(uname -s)" == "Darwin" ] && { realpath(){ echo "$(cd $(dirname $1);pwd -P)/$(basename $1)"; };… function 7 AIDEGEN_DIR=$(dirname $(realpath $0))
|
D | aidegen_run_unittests.py | 38 base_path = os.path.dirname(os.path.realpath(__file__))
|
/tools/test/connectivity/acts/framework/tests/libs/ota/ota_tools/ |
D | update_device_ota_tool_test.py | 51 os.path.dirname(os.path.dirname(os.path.realpath(__file__))), 69 os.path.dirname(os.path.dirname(os.path.realpath(__file__))),
|
D | adb_sideload_ota_tool_test.py | 61 os.path.dirname(os.path.dirname(os.path.realpath(__file__))),
|
/tools/test/connectivity/acts/framework/tests/libs/ota/ota_runners/ |
D | ota_runner_test.py | 112 os.path.dirname(os.path.dirname(os.path.realpath(__file__))), 122 os.path.dirname(os.path.dirname(os.path.realpath(__file__))),
|
/tools/repohooks/rh/ |
D | hooks_unittest.py | 27 _path = os.path.realpath(__file__ + '/../..') 49 os.path.realpath(__file__))), 'README.md')
|
D | hooks.py | 26 _path = os.path.realpath(__file__ + '/../..') 277 TOOLS_DIR = os.path.realpath(__file__ + '/../../tools')
|
D | signals.py | 24 _path = os.path.realpath(__file__ + '/../..')
|
D | results.py | 23 _path = os.path.realpath(__file__ + '/../..')
|
D | shell.py | 23 _path = os.path.realpath(__file__ + '/../..')
|
/tools/test/connectivity/acts/framework/acts/test_utils/bt/ |
D | config_lib.py | 32 os.path.dirname(os.path.realpath(__file__)))
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | diag_logger.py | 102 self.host_log_path = os.path.realpath(os.path.expanduser(
|
/tools/repohooks/tools/ |
D | pylint.py | 28 os.path.dirname(os.path.realpath(__file__)), 'pylintrc')
|
D | google-java-format.py | 26 _path = os.path.realpath(__file__ + '/../..')
|
/tools/acloud/ |
D | acloud_test.py | 50 base_path = os.path.dirname(os.path.realpath(__file__))
|
D | setup.py | 24 ACLOUD_DIR = os.path.realpath(os.path.dirname(__file__))
|
D | run_tests.sh | 6 ACLOUD_DIR=$(dirname $(realpath $0))
|
/tools/test/connectivity/acts/tests/google/bt/setup/ |
D | BtPreFlightTest.py | 48 os.path.dirname(os.path.realpath(__file__)))
|
/tools/tradefederation/core/atest/test_finders/ |
D | suite_plan_finder.py | 114 path = os.path.realpath(path)
|
12