HomeSort by relevance Sort by last modified time
    Searched refs:version_file_path (Results 1 - 3 of 3) sorted by null

  /external/clang/
update-prebuilts.py 155 version_file_path = os.path.join(install_subdir, 'AndroidVersion.txt')
156 with open(version_file_path) as version_file:
build.py 204 version_file_path = os.path.join(install_dir, 'AndroidVersion.txt')
205 with open(version_file_path, 'w') as version_file:
  /external/brotli/
setup.py 28 version_file_path = os.path.join(CURR_DIR, 'c', 'common', 'version.h')
30 with open(version_file_path, 'r') as f:

Completed in 101 milliseconds