Searched refs:temp_dir (Results 1 - 10 of 10) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/ |
H A D | mk_prim_xml_step1.py | 111 temp_dir = g_params['I_FILE_DIR'].strip()
112 if os.path.isdir(temp_dir):
113 shutil.rmtree(temp_dir)
114 os.makedirs(temp_dir)
125 dst_full_file_name = os.path.join(temp_dir, dst_file_name)
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/tools/nvtool/ |
H A D | build_nv.py | 255 self.temp_dir = []#临时文件夹路径,带产品形态
291 g_nv_env.temp_dir=os.path.join(product_lib_out, app_name, '%s%s'%(g_common_ver, g_subver_name))#临时文件目录
299 g_nv_env.combin_product_xml=os.path.join(g_nv_env.temp_dir, 'mss_nvi_db_%s.xml'%(g_nv_env.product_type))#合并分割后combin_coo.xml路径
300 g_nv_env.combin_product_security_xml=os.path.join(g_nv_env.temp_dir, 'combin_%s_security.xml'%(g_nv_env.product_type))#合并分割后combin_coo.xml路径
382 def hi_nv_mk_temp_dir(temp_dir, hnv_dir):
384 if os.path.exists(temp_dir):
385 shutil.rmtree(temp_dir)
386 os.makedirs(temp_dir)
388 os.makedirs(temp_dir)
566 cfg_xml_full_name = os.path.join(g_nv_env.temp_dir, ' [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/tools/nvtool/ |
H A D | build_nv.py | 255 self.temp_dir = []#临时文件夹路径,带产品形态
291 g_nv_env.temp_dir=os.path.join(product_lib_out, app_name, '%s%s'%(g_common_ver, g_subver_name))#临时文件目录
299 g_nv_env.combin_product_xml=os.path.join(g_nv_env.temp_dir, 'mss_nvi_db_%s.xml'%(g_nv_env.product_type))#合并分割后combin_coo.xml路径
300 g_nv_env.combin_product_security_xml=os.path.join(g_nv_env.temp_dir, 'combin_%s_security.xml'%(g_nv_env.product_type))#合并分割后combin_coo.xml路径
382 def hi_nv_mk_temp_dir(temp_dir, hnv_dir):
384 if os.path.exists(temp_dir):
385 shutil.rmtree(temp_dir)
386 os.makedirs(temp_dir)
388 os.makedirs(temp_dir)
566 cfg_xml_full_name = os.path.join(g_nv_env.temp_dir, ' [all...] |
/test/testfwk/xdevice/src/xdevice/_core/ |
H A D | variables.py | 53 temp_dir = "" variable in Variables 72 Variables.temp_dir = os.path.join(_get_temp_dir(), "xdevice_data") 73 if not os.path.exists(Variables.temp_dir): 74 os.makedirs(Variables.temp_dir)
|
/test/testfwk/developer_test/src/core/command/ |
H A D | run.py | 264 latest_report_path = os.path.join(Variables.temp_dir, "latest/summary_report.xml")
387 latest_report_path = os.path.join(Variables.temp_dir, "latest/summary_report.xml")
|
/test/testfwk/xdevice/src/xdevice/_core/environment/ |
H A D | env_pool.py | 393 self.cache_file = os.path.join(Variables.temp_dir, "cache.dat")
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/ |
H A D | device.py | 1480 temp_dir = tempfile.gettempdir() 1481 files = os.listdir(temp_dir) 1484 hdc_log = os.path.join(temp_dir, file)
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/ |
H A D | kit.py | 758 with TemporaryDirectory(prefix=hap_name) as temp_dir: 760 zif_file.extractall(path=temp_dir) 761 entry_app = os.path.join(temp_dir, "Entry.app")
|
/test/testfwk/xdevice/src/xdevice/_core/command/ |
H A D | console.py | 754 history_path = os.path.join(Variables.temp_dir, "latest")
|
/test/testfwk/xdevice/src/xdevice/_core/report/ |
H A D | result_reporter.py | 664 dst_path = os.path.join(Variables.temp_dir, "latest")
|
Completed in 11 milliseconds