Searched refs:VERSION_MBN_PATH (Results 1 – 3 of 3) sorted by relevance
24 from utils import VERSION_MBN_PATH56 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_PATH82 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)
27 from utils import VERSION_MBN_PATH120 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)
51 VERSION_MBN_PATH = "VERSION.mbn" variable586 OPTIONS_MANAGER.target_package_config_dir, VERSION_MBN_PATH)591 VERSION_MBN_PATH)))