Home
last modified time | relevance | path

Searched refs:ebuild_path (Results 1 – 2 of 2) sorted by relevance

/external/toolchain-utils/llvm_tools/
Dupdate_chromeos_llvm_next_hash.py213 ebuild_path = os.path.realpath(cur_symlink)
216 resolved_paths[cur_symlink] = ebuild_path
221 def UpdateBuildLLVMNextHash(ebuild_path, llvm_hash, llvm_version): argument
244 if not os.path.isfile(ebuild_path):
245 raise ValueError('Invalid ebuild path provided: %s' % ebuild_path)
250 temp_ebuild_file = '%s.temp' % ebuild_path
255 with open(ebuild_path) as ebuild_file:
262 os.rename(temp_ebuild_file, ebuild_path)
265 parent_dir = os.path.dirname(ebuild_path)
268 stage_changes_cmd = ['git', '-C', parent_dir, 'add', ebuild_path]
[all …]
Dupdate_chromeos_llvm_next_hash_unittest.py112 ebuild_path = '/some/path/to/package.ebuild'
120 ebuild_path, llvm_hash, llvm_revision)
123 str(err.exception), 'Invalid ebuild path provided: %s' % ebuild_path)
727 def SuccessfullyUpdatedLLVMNextHash(ebuild_path, llvm_hash, llvm_version): argument
728 self.assertEqual(ebuild_path, abs_path_to_package)
823 def SuccessfullyUpdatedLLVMNextHash(ebuild_path, llvm_hash, llvm_version): argument
824 self.assertEqual(ebuild_path,