HomeSort by relevance Sort by last modified time
    Searched full:version_file (Results 26 - 36 of 36) sorted by null

12

  /external/v8/tools/release/
create_release.py 41 self.GitCheckoutFile(VERSION_FILE, self.vc.RemoteMasterBranch())
171 self.GitCheckoutFile(VERSION_FILE, self["latest_version"])
189 self.SetVersion(os.path.join(self.default_cwd, VERSION_FILE), "new_")
push_to_candidates.py 83 self.GitCheckoutFile(VERSION_FILE, self.vc.RemoteMasterBranch())
257 self.GitCheckoutFile(VERSION_FILE, self.vc.RemoteCandidateBranch())
297 self.SetVersion(os.path.join(self.default_cwd, VERSION_FILE), "new_")
316 "revision to the repository?" % VERSION_FILE):
releases.py 233 if VERSION_FILE not in self.GitChangedFiles(git_hash):
237 if not self.GitCheckoutFileSafe(VERSION_FILE, git_hash):
255 self.GitCheckoutFileSafe(VERSION_FILE, "HEAD")
261 if (VERSION_FILE not in self.GitChangedFiles(revision) or
262 not self.GitCheckoutFileSafe(VERSION_FILE, revision)):
289 self.GitCheckoutFileSafe(VERSION_FILE, "HEAD")
common_includes.py 52 VERSION_FILE = os.path.join("include", "v8-version.h")
592 for line in LinesInFile(os.path.join(self.default_cwd, VERSION_FILE)):
723 def SetVersion(self, version_file, prefix):
725 for line in FileToText(version_file).splitlines():
738 TextToFile(output, version_file)
  /bionic/linker/
linker_config.cpp 401 std::string version_file = dirname(binary_realpath) + "/.version"; local
403 if (!android::base::ReadFileToString(version_file, &content)) {
406 version_file + "\": " + strerror(errno);
419 *error_msg = std::string("invalid version \"") + version_file + "\": \"" + content +"\"";
  /external/fio/doc/
conf.py 70 version_file = join(wsroot, "FIO-VERSION-FILE")
71 if not exists(version_file):
79 vsl = open(version_file).read().strip().split('-')
  /external/libpng/scripts/
options.awk 36 version_file="" # where to find the version
108 pre && version == "search" && version_file == ""{
109 version_file = FILENAME
112 pre && version == "search" && version_file != FILENAME{
113 print "version string not found in", version_file
124 pre && FILENAME == version_file{
  /external/protobuf/python/
setup.py 44 with open(os.path.join('google', 'protobuf', '__init__.py')) as version_file:
45 exec(version_file.read(), globals())
  /build/soong/cc/
gen_stub_libs.py 426 with open(args.version_script, 'w') as version_file:
427 generator = Generator(src_file, version_file, args.arch, api,
  /external/autotest/client/site_tests/firmware_TouchMTB/
main.py 170 with open(conf.version_filename) as version_file:
171 return version_file.read()
  /external/clang/
build.py 205 with open(version_file_path, 'w') as version_file:
206 version_file.write('{}.{}.{}\n'.format(

Completed in 151 milliseconds

12