Home
last modified time | relevance | path

Searched refs:src_path (Results 1 – 2 of 2) sorted by relevance

/development/testrunner/
Dcreate_test.py240 src_path = app_path + "/tests/src"
241 if not os.path.exists(src_path):
242 os.mkdir(src_path)
/development/vndk/tools/definition-tool/
Dvndk_definition_tool.py905 def add_dep(self, src_path, dst_path, ty): argument
907 src = self.get_lib_in_elf_class(elf_class, src_path)
913 .format(src_path, dst_path), file=sys.stderr)