Searched refs:full_path (Results 1 – 6 of 6) sorted by relevance
/test/framework/harnesses/host_controller/build/ |
D | build_provider.py | 235 def SetAdditionalFile(self, rel_path, full_path): argument 242 self._additional_files[rel_path] = full_path 265 full_path = os.path.join(dir_name, file_name) 266 self.SetFetchedFile(full_path, (root_path
|
/test/framework/host_setup/ |
D | fabfile.py | 239 full_path = os.path.join(os.environ["ANDROID_BUILD_TOP"], req_path) 242 requirements_fd = open(full_path, "r") 249 print("%s: %s" % (e.strerror, full_path))
|
/test/vts/runners/host/ |
D | utils.py | 121 full_path = abs_path(path) 122 if not os.path.exists(full_path): 123 os.makedirs(full_path)
|
/test/vts-testcase/vndk/dependency/ |
D | VtsVndkDependencyTest.py | 216 full_path = os.path.join(root_dir, file_name) 217 rel_path = os.path.relpath(full_path, host_dir) 221 elf = elf_parser.ElfParser(full_path)
|
/test/framework/harnesses/host_controller/command_processor/ |
D | command_config.py | 140 full_path = os.path.join(root, config_file) 143 with open(full_path, "r") as fd: 150 with open(full_path, "r") as fd:
|
D | command_fetch.py | 203 rel_path + ": " + full_path for rel_path, full_path in
|