Searched refs:SDK_TOOLS_DIR (Results 1 – 5 of 5) sorted by relevance
/external/autotest/server/cros/tradefed/ |
D | tradefed_constants.py | 7 SDK_TOOLS_DIR = 'gs://chromeos-arc-images/builds/git_nyc-mr1-arc-linux-static_sdk_tools/3544738' variable
|
D | tradefed_test.py | 150 self._install_files(constants.SDK_TOOLS_DIR,
|
/external/cronet/tot/build/fuchsia/test/ |
D | common.py | 79 SDK_TOOLS_DIR = os.path.join(SDK_ROOT, 'tools', get_host_arch()) variable 80 _FFX_TOOL = os.path.join(SDK_TOOLS_DIR, 'ffx') 115 return os.path.join(SDK_TOOLS_DIR, tool)
|
/external/angle/build/fuchsia/test/ |
D | common.py | 79 SDK_TOOLS_DIR = os.path.join(SDK_ROOT, 'tools', get_host_arch()) variable 80 _FFX_TOOL = os.path.join(SDK_TOOLS_DIR, 'ffx') 115 return os.path.join(SDK_TOOLS_DIR, tool)
|
/external/cronet/stable/build/fuchsia/test/ |
D | common.py | 79 SDK_TOOLS_DIR = os.path.join(SDK_ROOT, 'tools', get_host_arch()) variable 80 _FFX_TOOL = os.path.join(SDK_TOOLS_DIR, 'ffx') 115 return os.path.join(SDK_TOOLS_DIR, tool)
|