OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:revision_file
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/v8/test/benchmarks/
testcfg.py
136
revision_file
= "CHECKED_OUT_%s" % target_dir
138
if os.path.exists(
revision_file
):
139
with open(
revision_file
) as f:
151
with open(
revision_file
, "w") as f:
162
with open(
revision_file
, "w") as f:
/external/chromium_org/build/
get_syzygy_binaries.py
337
if not options.revision and not options.
revision_file
:
339
if options.revision and options.
revision_file
:
346
if options.
revision_file
:
347
options.revision = open(options.
revision_file
, 'rb').read().strip()
349
options.revision, options.
revision_file
)
Completed in 107 milliseconds