Home
last modified time | relevance | path

Searched refs:VERSION_MBN_PATH (Results 1 - 3 of 3) sorted by relevance

/base/update/packaging_tools/test/
H A Dtest_update_package.py24 from utils import VERSION_MBN_PATH namespace
42 with open(VERSION_MBN_PATH) as om_second_f:
63 with open(VERSION_MBN_PATH) as om_third_f:
96 with open(VERSION_MBN_PATH, 'w') as w_f:
100 with open(VERSION_MBN_PATH) as om_first_f:
106 OPTIONS_MANAGER.version_mbn_file_path = VERSION_MBN_PATH
123 if os.path.exists(VERSION_MBN_PATH):
124 os.remove(VERSION_MBN_PATH)
H A Dtest_utils.py27 from utils import VERSION_MBN_PATH namespace
120 with open(VERSION_MBN_PATH, 'w') as w_f:
125 if os.path.exists(VERSION_MBN_PATH):
126 os.remove(VERSION_MBN_PATH)
134 with open(VERSION_MBN_PATH, 'w') as w_f:
141 if os.path.exists(VERSION_MBN_PATH):
142 os.remove(VERSION_MBN_PATH)
/base/update/packaging_tools/
H A Dutils.py52 VERSION_MBN_PATH = "VERSION.mbn" variable
605 OPTIONS_MANAGER.target_package_config_dir, VERSION_MBN_PATH)
610 VERSION_MBN_PATH)))

Completed in 2 milliseconds