Home
last modified time | relevance | path

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

/base/update/packaging_tools/test/
Dtest_update_package.py24 from utils import VERSION_MBN_PATH
56 with open(VERSION_MBN_PATH, 'w') as w_f:
60 with open(VERSION_MBN_PATH) as om_first_f:
66 OPTIONS_MANAGER.version_mbn_file_path = VERSION_MBN_PATH
82 with open(VERSION_MBN_PATH) as om_second_f:
101 with open(VERSION_MBN_PATH) as om_third_f:
113 if os.path.exists(VERSION_MBN_PATH):
114 os.remove(VERSION_MBN_PATH)
Dtest_utils.py27 from utils import VERSION_MBN_PATH
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/
Dutils.py51 VERSION_MBN_PATH = "VERSION.mbn" variable
586 OPTIONS_MANAGER.target_package_config_dir, VERSION_MBN_PATH)
591 VERSION_MBN_PATH)))