OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:version_file_path
(Results
1 - 2
of
2
) sorted by null
/external/clang/
update-prebuilts.py
135
version_file_path
= os.path.join(install_subdir, 'AndroidVersion.txt')
136
with open(
version_file_path
) as version_file:
build.py
120
version_file_path
= os.path.join(install_dir, 'AndroidVersion.txt')
121
with open(
version_file_path
, 'w') as version_file:
Completed in 140 milliseconds