Home
last modified time | relevance | path

Searched refs:FileToText (Results 1 – 8 of 8) sorted by relevance

/external/v8/tools/release/
Dtest_scripts.py564 actual_cl = FileToText(TEST_CONFIG["CHANGELOG_ENTRY_FILE"])
606 FileToText(TEST_CONFIG["CHANGELOG_ENTRY_FILE"]))
646 self.assertEquals(FileToText(TEST_CONFIG["COMMITMSG_FILE"]), expected_msg)
648 patch = FileToText(TEST_CONFIG["PATCH_FILE"])
739 commit = FileToText(TEST_CONFIG["COMMITMSG_FILE"])
741 version = FileToText(
752 change_log = FileToText(
839 cl = FileToText(os.path.join(TEST_CONFIG["DEFAULT_CWD"], CHANGELOG_FILE))
883 commit = FileToText(TEST_CONFIG["COMMITMSG_FILE"])
885 version = FileToText(
[all …]
Dcreate_release.py123 changelog_entry = FileToText(self.Config("CHANGELOG_ENTRY_FILE")).rstrip()
161 changelog_entry = FileToText(self.Config("CHANGELOG_ENTRY_FILE"))
162 old_change_log = FileToText(os.path.join(self.default_cwd, CHANGELOG_FILE))
178 old_watchlist_content = FileToText(os.path.join(self.default_cwd,
192 text = FileToText(self.Config("CHANGELOG_ENTRY_FILE"))
Dpush_to_candidates.py165 changelog_entry = FileToText(self.Config("CHANGELOG_ENTRY_FILE")).rstrip()
197 text = FileToText(self.Config("CHANGELOG_ENTRY_FILE"))
248 msg = FileToText(self.Config("COMMITMSG_FILE")).splitlines()
268 changelog_entry = FileToText(self.Config("CHANGELOG_ENTRY_FILE"))
269 old_change_log = FileToText(os.path.join(self.default_cwd, CHANGELOG_FILE))
Dauto_roll.py46 exec(FileToText(os.path.join(self._options.chromium, "DEPS")))
Dcommon_includes.py84 def FileToText(file_name): function
449 self._state.update(json.loads(FileToText(state_file)))
734 for line in FileToText(version_file).splitlines():
Droll_merge.py165 text = FileToText(os.path.join(self.default_cwd, VERSION_FILE))
/external/v8/tools/node/
Dbackport_node.py34 def FileToText(file_name): function
66 text = FileToText(version_file)
Dtest_backport_node.py67 self.assertIn('#define V8_PATCH_LEVEL 4322', backport_node.FileToText(version_file))