OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:versionfile
(Results
1 - 3
of
3
) sorted by null
/external/autotest/client/profilers/pgo/
pgo.py
46
versionfile
= '/opt/google/chrome/profilelocation'
47
if os.path.isfile(
versionfile
):
48
shutil.copyfile(
versionfile
,
/external/autotest/client/bin/
setup_job.py
147
versionfile
= os.path.join(client_test.srcdir, '.version')
148
pickle.dump(client_test.version, open(
versionfile
, 'w'))
/external/autotest/client/common_lib/
utils.py
661
versionfile
= os.path.join(srcdir, '.version')
664
if os.path.exists(
versionfile
):
665
old_version = pickle.load(open(
versionfile
))
674
pickle.dump(new_version, open(
versionfile
, 'w'))
[
all
...]
Completed in 359 milliseconds