Home
last modified time | relevance | path

Searched refs:root_path (Results 1 – 3 of 3) sorted by relevance

/development/testrunner/
Dandroid_build.py43 root_path = os.getenv("ANDROID_BUILD_TOP")
44 if root_path is None:
48 return root_path
79 root_path = os.getenv("OUT_DIR")
80 if root_path is None:
81 root_path = os.path.join(GetTop(), "out")
82 return root_path
/development/vndk/tools/header-checker/utils/
Dcreate_reference_dumps.py94 def find_and_remove_path(root_path, file_name=None): argument
96 root_path = os.path.join(root_path, 'source-based', file_name)
98 if os.path.exists(root_path):
99 print('removing', root_path)
100 if os.path.isfile(root_path):
101 os.remove(root_path)
103 shutil.rmtree(root_path)
/development/testrunner/coverage/
Dcoverage.py225 def _FindCoverageFiles(self, root_path): argument
233 file_pattern = os.path.join(root_path, "*", "*.%s" %