Home
last modified time | relevance | path

Searched refs:isdir (Results 1 - 14 of 14) sorted by relevance

/developtools/integration_verification/DeployDevice/src/aw/Common/
H A DCommon.py27 if os.path.isdir(copy_path):
42 if not os.path.isdir(src_dir):
45 if not os.path.isdir(dst_dir):
52 if not os.path.isdir(dst_dir):
66 if os.path.isdir(file_path):
/developtools/integration_verification/DeployDevice/resource/common/
H A Dcbg_start.py57 if os.path.isdir(upgrade_script_path) and os.path.isdir(os.path.join(upgrade_script_path, ".git")):
70 if os.path.isdir(upgrade_script_path):
96 if not os.path.isdir(WORKSPACE):
/developtools/integration_verification/DeployDevice/src/aw/Download/
H A DDownload.py110 if len(ld) == 32 and os.path.isdir(os.path.join(version_path, ld)):
166 if not os.path.isdir(download_dir):
195 if not os.path.isdir(savepath):
231 if not os.path.isdir(local_res_path):
249 if os.path.isdir(jardir) and jardir != "res":
281 if not os.path.isdir(path):
360 if not os.path.isdir(child_path):
576 if not os.path.isdir(path):
H A DDownloadold.py110 if len(ld) == 32 and os.path.isdir(os.path.join(version_path, ld)):
164 if not os.path.isdir(download_dir):
192 if not os.path.isdir(savepath):
225 if not os.path.isdir(local_res_path):
243 if os.path.isdir(jardir) and jardir != "res":
275 if not os.path.isdir(path):
354 if not os.path.isdir(child_path):
551 if not os.path.isdir(path):
/developtools/hiperf/script/
H A Drecv_binary_cache.py35 if not os.path.isdir(self.local_cache_dir):
116 if not os.path.isdir(target_dir):
151 if not os.path.isdir(target_dir):
H A Dhiperf_utils.py63 elif os.path.isdir(files):
99 if not os.path.isdir(arch_dir):
135 if not os.path.isdir(path):
/developtools/smartperf_host/trace_streamer/src/base/
H A Dfile.cpp174 std::string isdir; in LocalUnzip() local
178 isdir = " is directory"; in LocalUnzip()
185 isdir = " is file"; in LocalUnzip()
/developtools/integration_verification/DeployDevice/src/aw/ExtractFile/
H A DExtractFile.py37 if not os.path.isdir(extract_dir):
/developtools/profiler/device/plugins/ftrace_plugin/tools/device_kernel_version/default/
H A Dftrace_cpp_generator.py871 if not os.path.isdir(events_dir):
876 if not os.path.isdir(parser_out):
892 if not os.path.isdir(formatter_out):
/developtools/syscap_codec/tools/
H A Dsyscap_check.py131 if os.path.isdir(os.path.join(project_path, x)) and x not in black_dirs
H A Dsyscap_collector.py227 elif os.path.isdir(file_path):
/developtools/profiler/device/plugins/ftrace_plugin/tools/
H A Dftrace_format_parser.py39 if os.path.isdir(path):
/developtools/integration_verification/tools/rom_ram_analyzer/lite_small/src/
H A Drom_analysis.py429 if os.path.isdir(f):
/developtools/integration_verification/tools/rom_ram_analyzer/standard/
H A Dram_analyzer.py108 if len(base_dir) != 0 and not os.path.isdir(base_dir):

Completed in 9 milliseconds