Searched refs:exists (Results 1 – 25 of 28) sorted by relevance
12
53 if not os.path.exists("./output_test"):79 if not os.path.exists("./output_test"):106 if not os.path.exists("./output_test"):132 if not os.path.exists("./output_test"):156 if not os.path.exists("./output_test"):182 if not os.path.exists("./output_test"):185 if os.path.exists(output):292 if not os.path.exists("./output_test"):303 pkg_re = os.path.exists(output)317 if not os.path.exists("./output_test"):[all …]
72 self.assertEqual((type(check_re[0]), os.path.exists(check_re[1])),93 if os.path.exists("./updater_specified_config_repeats.xml"):106 clear_re = os.path.exists('test.file')125 if os.path.exists(VERSION_MBN_PATH):141 if os.path.exists(VERSION_MBN_PATH):143 if os.path.exists(BOARD_LIST_PATH):158 if os.path.exists("./partition_file_conversion_failed.xml"):
91 if not os.path.exists(package_name_path):124 if not os.path.exists(updater_config_path):211 if os.path.exists("./%s" % package_name):213 if os.path.exists("./%s.zip" % package_name):215 if os.path.exists("./partition_file.xml"):217 if os.path.exists("./rsa_private_key2048.pem"):
113 if os.path.exists(VERSION_MBN_PATH):115 if os.path.exists(BOARD_LIST_PATH):
121 if os.path.exists(file_path):
55 if os.path.exists('vendor.img'):
131 if os.path.exists(arg):396 if os.path.exists(img_file_path):403 if os.path.exists(pub_key_file_path):412 if not os.path.exists(align_package):419 if os.path.exists(signed_package):431 if os.path.exists(align_package):433 if os.path.exists(unsigned_package):
269 if os.path.exists(mbn_path):283 if os.path.exists(xml_path):364 if os.path.exists(xml_path):548 if make_dir_path is not None and os.path.exists(make_dir_path):552 os.path.exists(update_package_file_path):567 if not os.path.exists(file_path):
344 if not os.path.exists(update_exe_path):475 if os.path.exists(signed_package):488 if os.path.exists(update_package_path):493 if os.path.exists(update_package_path):517 if not os.path.exists(file_path):
95 if arg is not None and not os.path.exists(arg):124 if os.path.exists(arg):344 if os.path.exists(xml_path):482 if not os.path.exists(image_path):496 if not os.path.exists(map_path):630 if not os.path.exists(each_src_map_path):637 if not os.path.exists(each_tgt_map_path):
64 if os.path.exists(arg):
160 if os.path.exists(args.output_image_path):
85 not os.path.exists(self.save_path):
95 if not os.path.exists(each_image_path):
148 if not os.path.exists(out_dir):154 if not os.path.exists(source):160 if os.path.exists(dst):
23 if not os.path.exists(dest_dir):
30 if not os.path.exists(input_file):43 if not os.path.exists(file_dir):59 if not os.path.exists(gn_path):
32 if not os.path.exists(yacc_path):
98 if self.exe is None or not os.path.exists(self.exe):101 if not os.path.exists(store_dir):122 if os.path.exists(sk_file):124 if os.path.exists(pk_file):145 if os.path.exists(sk_file):147 if os.path.exists(pk_file):
167 if os.path.exists(contexts_file + ".bin"):227 if os.path.exists(contexts_file + ".bin"):286 if (os.path.exists(path)):
96 if not os.path.exists(download_path):
319 ## 编译失败:File xxx_abi_info.dump not exists!334 [OHOS ERROR] raise Exception("File " + base_file + " not exists!")335 … ERROR] Exception: File ../../prebuilts/abi_dumps/ohos_clang_arm/ace_napi_abi_info.dump not exists!
62 | | contains(BigInt rule) : boolean | Checks whether a rule exists. …
394 * @tc.desc: Test create task when overwrite is true and file exists419 * @tc.desc: Test create task when overwrite is true and file not exists442 * @tc.desc: Test create task when overwrite is false and file exists467 * @tc.desc: Test create task when overwrite is false and file not exists1515 * @tc.desc: Test create task when index is 0 and begins is 5 and ends is not exists for upload1545 … * @tc.desc: Test create task when index is 0 and begins is not exists and ends is 10 for download1568 * @tc.desc: Test create task when index is 0 and begins is 5 and ends is not exists for upload
710 bool exists = false; in GetSerialNumber() local714 exists = true; in GetSerialNumber()718 if (!exists) { in GetSerialNumber()