Home
last modified time | relevance | path

Searched refs:is_file (Results 1 – 8 of 8) sorted by relevance

/system/extras/simpleperf/scripts/test/
Dbinary_cache_builder_test.py91 self.assertTrue(elf_path.is_file())
102 self.assertTrue(elf_path.is_file())
106 self.assertTrue(build_id_list_path.is_file())
Ddo_test.py157 if src_path.is_file():
/system/extras/profcollectd/libprofcollectd/
Dsimpleperf_etm_trace_provider.rs54 e.is_file() in process()
Dreport.rs60 .filter(|e| e.is_file()) in pack_report()
/system/tools/aidl/
Dio_delegate.cpp173 bool is_file = path.back() != OS_PATH_SEPARATOR; in CreateDirForPath() local
174 if (is_file) { in CreateDirForPath()
/system/bt/gd/cert/
Dgd_device.py310 if llvm_symbolizer.is_file():
320 if not self.backing_process_profraw_path.is_file():
335 if not llvm_profdata.is_file():
340 if not llvm_cov.is_file():
350 if profdata_path.is_file():
/system/extras/simpleperf/scripts/
Dsimpleperf_utils.py467 if build_id_list_file.is_file():
/system/security/keystore2/src/
Dlegacy_blob.rs1087 self.make_super_key_filename(user_id).is_file() in has_super_key()