Home
last modified time | relevance | path

Searched refs:file_path (Results 1 – 18 of 18) sorted by relevance

/developtools/integration_verification/DeployDevice/src/aw/Common/
DCommon.py57 file_path = os.path.join(src_dir, item)
59 if os.path.isfile(file_path):
60 logger.info("copy %s to %s" % (file_path, child_path))
61 copyFile(file_path, child_path)
63 logger.error("Copy %s to %s failed" % (file_path, child_path))
66 if os.path.isdir(file_path):
67 ret = copyDirectory(file_path, child_path)
/developtools/hdc/scripts/
Dhdc_test.py181 def rm_send_file(file_path, head, need_del): argument
183 run_command("{}{}{}{}".format("shell \"rm -rf ", file_path, "\"", head))
201 def get_win_file_type(file_path): argument
202 ret = run_command_stdout("{}{}{}".format("if exist ", file_path, " echo yes"), '')
204 …res = run_command_stdout("{}{}{}".format("dir/ad ", file_path, " >nul 2>nul && echo dir || echo fi…
208 def rm_recv_file(file_path, need_del): argument
210 res = get_win_file_type(file_path)
212 run_command("{}{}".format("rmdir /s/q ", file_path), "")
214 run_command("{}{}".format("del ", file_path), "")
365 def get_win_md5(file_path): argument
[all …]
/developtools/smartperf_host/ide/server/
DsmarperfServer.py148 file_path = os.path.join(root, file_name)
151 os.remove(file_path)
183 file_path = parse_result.path[12:]
184 file_extension = os.path.splitext(file_path)[1]
185 if file_path == '/' or file_path == '':
186 file_path = './index.html'
189 file_path = '.' + file_path
191 with open(file_path, 'rb') as file:
/developtools/profiler/tools/smaps_show/src/
Dmain.rs75 let mut file_path = match matches.opt_str("f") { in main() localVariable
80 if pid == -1 && &file_path == "" { in main()
86 file_path = format!("/proc/{:?}/smaps", pid); in main()
89 let smaps_info = read_smaps(&file_path, need_combine); in main()
221 fn read_smaps(file_path: &String, need_combine: bool) -> Vec<VmStruct> { in read_smaps()
234 let file_context = std::fs::read_to_string(file_path) in read_smaps()
/developtools/hiperf/script/
Drecv_binary_cache.py192 file_path = os.path.join(self.local_cache_dir, 'kallsyms')
193 if os.path.isfile(file_path):
194 os.remove(file_path)
199 self.hdc.run_hdc_cmd(['file recv', '/proc/kallsyms', file_path])
/developtools/syscap_codec/tools/
Dsyscap_check.py165 file_path = os.path.join(ts_path, item)
166 if file_path.endswith(".d.ts") and os.path.isfile(file_path):
167 ts_list.append(file_path)
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/native_hook/
Dnative_hook_result.proto23 string file_path = 4; field
146 FilePathMap file_path = 8; field
/developtools/profiler/protos/types/plugins/native_hook/
Dnative_hook_result.proto23 string file_path = 4; field
144 FilePathMap file_path = 8; field
/developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/native_hook/
Dnative_hook_result.proto23 string file_path = 4; field
145 FilePathMap file_path = 8; field
/developtools/integration_verification/tools/rom_ram_analyzer/standard/
Dram_analyzer.py175 def __parse_process_json(cls, file_path: str, result_dict: typing.Dict[str, typing.List[str]]):
180 if not (os.path.isfile(file_path) and file_path.endswith(".json")):
181 print("warning: {} not exist or not a json file".format(file_path))
183 with open(file_path, 'r', encoding='utf-8') as f:
/developtools/profiler/host/smartperf/trace_streamer/src/parser/htrace_pbreader_parser/
Dhtrace_native_hook_parser.cpp103 ParseFileEvent(reader->file_path()); in ParseNativeHookAuxiliaryEvent()
/developtools/smartperf_host/trace_streamer/src/parser/htrace_pbreader_parser/
Dhtrace_native_hook_parser.cpp103 ParseFileEvent(reader->file_path()); in ParseNativeHookAuxiliaryEvent()
/developtools/integration_verification/tools/rom_ram_analyzer/lite_small/src/
Drom_analysis.py315 for file_path, file_info in manual_config_info.items():
317 project_path, compiled_root_path, file_path)
/developtools/profiler/host/smartperf/doc/
Ddes_tables.md233 |file_path |NUM |
/developtools/profiler/device/plugins/ftrace_plugin/tools/device_kernel_version/default/
Dftrace_cpp_generator.py99 def ensure_dir_exists(file_path): argument
100 file_dir = os.path.dirname(file_path)
/developtools/profiler/host/smartperf/trace_streamer/src/filter/
Dnative_hook_filter.cpp112 filePathIndex = traceDataCache_->dataDict_.GetStringIndex(reader.file_path().ToStdString()); in ParseFrame()
/developtools/smartperf_host/trace_streamer/src/filter/
Dnative_hook_filter.cpp113 filePathIndex = traceDataCache_->dataDict_.GetStringIndex(reader.file_path().ToStdString()); in ParseFrame()
/developtools/profiler/hiebpf/include/
Dvmlinux.h160620 void *file_path; member
160635 u32 file_path; member