Home
last modified time | relevance | path

Searched defs:filename (Results 1 - 25 of 31) sorted by relevance

12

/developtools/hiperf/test/unittest/common/native/
H A Dperf_file_reader_test.cpp47 const std::string filename = "perf.data"; in HWTEST_F() local
60 const std::string filename = "xxx"; in HWTEST_F() local
73 const std::string filename = "perf.data"; in HWTEST_F() local
82 const std::string filename = "xxx"; in HWTEST_F() local
91 const std::string filename = "perf.data"; HWTEST_F() local
108 const std::string filename = "perf.data"; HWTEST_F() local
[all...]
H A Dperf_file_writer_test.cpp73 std::string filename = "./TestFileWriter_Normal"; in HWTEST_F() local
109 std::string filename = "./TestFileWriter_Compress"; in HWTEST_F() local
144 std::string filename = "./TestFileWriter_NoWriteAttrAndId"; in HWTEST_F() local
[all...]
/developtools/packing_tool/packing_tool/frameworks/src/
H A Dunzip_wrapper.cpp67 char filename[MAX_ZIP_BUFFER_SIZE] = {0}; in ExtractFile() local
H A Dzip_utils.cpp72 bool ZipUtils::IsFileExistsInZip(const std::string& zipFilePath, const std::string& filename) in IsFileExistsInZip() argument
120 bool ZipUtils::IsFileNameExistsInZip(const std::string& zipFilePath, const std::string& filename) in IsFileNameExistsInZip() argument
167 bool ZipUtils::GetFileContentFromZip(const std::string& zipFilePath, const std::string& filename, in GetFileContentFromZip() argument
[all...]
H A Dfast_app_packager.cpp318 std::string filename = path.filename().string(); in GetModuleJsonContentFromPath() local
433 std::string filename = path.filename().string(); in GetPackageNameFromPath() local
456 std::string filename = path.filename().string(); GetPackInfoContentFromPath() local
[all...]
/developtools/profiler/hiebpf/include/
H A Dhiebpf_data_file.h80 HiebpfDataFile( const std::string& cmd, const std::string& filename, const std::size_t pages = DEFAULT_MMAP_PAGES) HiebpfDataFile() argument
H A Dfstrace_progs.h15 int BPF_KPROBE(do_sys_openat2_entry, int dfd, const char __user* filename, struct open_how* how) in BPF_KPROBE() argument
H A Dfstrace_types.h25 const char __user* filename; member
H A Dhiebpf_types.h120 char filename[MAX_FILENAME_LEN]; member
/developtools/global_resource_tool/src/
H A Dbinary_file_packer.cpp106 string filename = entry->GetFilePath().GetFilename(); in CopyBinaryFileImpl() local
H A Dresource_append.cpp243 string filename = child->GetFilePath().GetFilename(); in ScanFiles() local
420 string filename = child->GetFilePath().GetFilename(); in ScanRawFilesOrResFiles() local
H A Dresource_util.cpp239 bool ResourceUtil::IsIgnoreFile(const string &filename, bool isFile) in IsIgnoreFile() argument
/developtools/profiler/hiebpf/src/
H A Dhiebpf_data_file.cpp23 MakeShared( const std::string& cmd, const std::string& filename, const std::size_t pages) MakeShared() argument
H A Dbpf_event_receiver.cpp407 char *filename = reinterpret_cast<char*>(tlvItem); in EncodeSTRTraceEvent() local
H A Delf_file.cpp25 ElfFile::ElfFile(const std::string &filename) in ElfFile() argument
58 std::unique_ptr<ElfFile> ElfFile::MakeUnique(const std::string &filename) in MakeUnique() argument
/developtools/syscap_codec/src/
H A Dcontext_tool.c108 int32_t ConvertedContextSaveAsFile(char *outDirPath, const char *filename, char *convertedBuffer, size_t contextBufLen) in ConvertedContextSaveAsFile() argument
/developtools/packing_tool/ohos_packing_tool/frameworks/src/
H A Dpackager.cpp157 bool Packager::CheckFileValid(const std::string &filePath, const std::string &filename) in CheckFileValid() argument
/developtools/profiler/hiebpf/test/
H A Dhiebpf_test_demo.cpp70 void CallStack1(const char * filename) in CallStack1() argument
100 void CallStack0(const char * filename) in CallStack0() argument
/developtools/profiler/device/plugins/native_daemon/src/
H A Dvirtual_thread.cpp309 void VirtualThread::CreateMapItem(const std::string filename, uint64_t begin, uint64_t len, in CreateMapItem() argument
/developtools/packing_tool/packing_tool/frameworks/test/unittest/json/module_json_utils_test/
H A Dmodule_json_utils_test.cpp373 bool CreateModuleJsonFile(std::string filename, const std::string& jsonStr) in CreateModuleJsonFile() argument
387 bool CreateModuleJsonHap(std::string hapFilePath, std::string filename, const std::string& jsonStr) in CreateModuleJsonHap() argument
399 bool CreateConfigJsonFile(std::string filename, const std::string& jsonStr) in CreateConfigJsonFile() argument
413 bool CreateConfigJsonHap(std::string hapFilePath, std::string filename, const std::string& jsonStr) in CreateConfigJsonHap() argument
[all...]
/developtools/hiperf/src/
H A Dvirtual_thread.cpp277 void VirtualThread::ParseServiceMap(const std::string &filename) in ParseServiceMap() argument
307 std::string filename; in ParseDevhostMap() local
382 CreateMapItem(const std::string filename, uint64_t begin, uint64_t len, uint64_t offset, uint32_t prot) CreateMapItem() argument
[all...]
H A Dperf_event_record.cpp621 PerfRecordMmap(bool inKernel, u32 pid, u32 tid, u64 addr, u64 len, u64 pgoff, const std::string &filename) PerfRecordMmap() argument
682 PerfRecordMmap2(bool inKernel, u32 pid, u32 tid, u64 addr, u64 len, u64 pgoff, u32 maj, u32 min, u64 ino, u32 prot, u32 flags, const std::string &filename) PerfRecordMmap2() argument
[all...]
/developtools/smartperf_host/trace_streamer/src/base/
H A Dfile.cpp175 std::string filename = filename_inzip; in LocalUnzip() local
/developtools/profiler/device/cmds/test/unittest/
H A Dhiprofiler_cmd_test.cpp428 unsigned long GetFileSize(const char* filename) in GetFileSize() argument
/developtools/hapsigner/hapsigntool_cpp/api/src/
H A Dcert_tools.cpp56 bool CertTools::SaveCertTofile(const std::string& filename, X509* cert) in SaveCertTofile() argument
526 X509* CertTools::ReadfileToX509(const std::string& filename) in ReadfileToX509() argument

Completed in 18 milliseconds

12