Searched refs:config_path (Results 1 – 3 of 3) sorted by relevance
/development/scripts/ |
D | gdbclient.py | 42 config_path = os.path.join(root, 'build', 'soong', 'cc', 'config', 44 with open(config_path) as f:
|
D | lldbclient.py | 42 config_path = os.path.join(root, 'build', 'soong', 'cc', 'config', 44 with open(config_path) as f:
|
/development/vndk/tools/definition-tool/ |
D | vndk_definition_tool.py | 1578 def load_from_public_libraries_txt(self, config_path): argument 1579 with open(config_path, 'r') as config_file: 4152 config_path = os.path.join(base, 'etc', 'public.libraries.txt') 4154 names.load_from_public_libraries_txt(config_path)
|