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.py2213 def add_dlopen_dep(self, src_path, dst_path): argument
2216 srcs = self._get_libs_in_elf_class(elf_class, src_path)
2223 .format(src_path, dst_path))