Home
last modified time | relevance | path

Searched refs:realpath (Results 1 – 25 of 57) sorted by relevance

123

/tools/acloud/setup/pre_setup_sh/
Dsetup_utils.sh6 if realpath $0 &> /dev/null; then
7 realpath $0
/tools/tradefederation/core/atest/
Drun_atest_unittests.sh23 [ "$(uname -s)" == "Darwin" ] && { realpath(){ echo "$(cd $(dirname $1);pwd -P)/$(basename $1)"; };… function
24 ATEST_REAL_PATH=$(realpath $ATEST_DIR)
Dtest_mapping.py113 path = os.path.realpath(os.path.join(
118 path = os.path.realpath(os.path.join(root_dir, self.path))
Datest_run_unittests.py38 base_path = os.path.dirname(os.path.realpath(__file__))
/tools/asuite/atest/
Drun_atest_unittests.sh23 [ "$(uname -s)" == "Darwin" ] && { realpath(){ echo "$(cd $(dirname $1);pwd -P)/$(basename $1)"; };… function
24 ATEST_REAL_PATH=$(realpath $ATEST_DIR)
Dtest_mapping.py111 path = os.path.realpath(os.path.join(
116 path = os.path.realpath(os.path.join(root_dir, self.path))
Datest_run_unittests.py42 base_path = os.path.dirname(os.path.realpath(__file__))
/tools/asuite/aidegen/
Drun_tests.sh19 [ "$(uname -s)" == "Darwin" ] && { realpath(){ echo "$(cd $(dirname $1);pwd -P)/$(basename $1)"; };… function
20 AIDEGEN_DIR=$(dirname $(realpath $0))
Daidegen_run_unittests.py38 base_path = os.path.dirname(os.path.realpath(__file__))
/tools/test/connectivity/acts/framework/tests/libs/ota/ota_tools/
Dupdate_device_ota_tool_test.py51 os.path.dirname(os.path.dirname(os.path.realpath(__file__))),
69 os.path.dirname(os.path.dirname(os.path.realpath(__file__))),
Dadb_sideload_ota_tool_test.py61 os.path.dirname(os.path.dirname(os.path.realpath(__file__))),
/tools/test/connectivity/acts/tests/google/bt/audio_lab/
DBtChameleonTest.py138 os.path.dirname(os.path.realpath(self.audio_file_2k1k_10_sec)),
141 os.path.dirname(os.path.realpath(self.audio_file_2k1k_10_sec)),
202 os.path.dirname(os.path.realpath(self.audio_file_2k1k_300_sec)),
/tools/repohooks/rh/
Dsignals.py24 _path = os.path.realpath(__file__ + '/../..')
Dsixish.py27 _path = os.path.realpath(__file__ + '/../..')
Dresults.py23 _path = os.path.realpath(__file__ + '/../..')
Dshell.py23 _path = os.path.realpath(__file__ + '/../..')
Dconfig_test.py27 REPOTOOLS = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))
/tools/tradefederation/core/atest/asuite_lib_test/
Dasuite_lib_run_test.py35 base_path = os.path.dirname(os.path.realpath(__file__))
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
Dconfig_lib.py32 os.path.dirname(os.path.realpath(__file__)))
DBtMetricsBaseTest.py44 os.path.dirname(os.path.realpath(__file__)))
/tools/acloud/
Dacloud_test.py51 base_path = os.path.dirname(os.path.realpath(__file__))
Dsetup.py30 ACLOUD_DIR = os.path.realpath(os.path.dirname(__file__))
Drun_tests.sh6 ACLOUD_DIR=$(dirname $(realpath $0))
/tools/repohooks/tools/
Dgoogle-java-format.py26 _path = os.path.realpath(__file__ + '/../..')
/tools/test/connectivity/acts/tests/google/bt/setup/
DBtPreFlightTest.py48 os.path.dirname(os.path.realpath(__file__)))

123