Home
last modified time | relevance | path

Searched defs:filename (Results 1 – 25 of 53) sorted by relevance

123

/developtools/hiperf/test/unittest/common/native/
Dperf_file_reader_test.cpp45 const std::string filename = "perf.data"; variable
54 const std::string filename = "xxx"; variable
63 const std::string filename = "perf.data"; variable
72 const std::string filename = "xxx"; variable
81 const std::string filename = "perf.data"; variable
98 const std::string filename = "perf.data"; variable
Dperf_file_writer_test.cpp71 std::string filename = "./TestFileWriter_Normal"; variable
107 std::string filename = "./TestFileWriter_Compress"; variable
142 std::string filename = "./TestFileWriter_AuxTraceInfo"; variable
181 std::string filename = "./TestFileWriter_NoWriteAttrAndId"; variable
Dsymbols_file_test.cpp990 const std::string filename = "[anon:JSVM_JIT]"; variable
1013 const std::string filename = "[anon:JSVM_JIT]"; variable
1036 const std::string filename = "[anon:ARKWEB_JIT]"; variable
1059 const std::string filename = "[anon:JSVM_JIT]"; variable
1081 const std::string filename = "[anon:JSVM_JIT]"; variable
/developtools/hdc/test/scripts/
Dprepare.py73 def save_to_file(content, filename): argument
78 def extract_zip(filename, extract_to='.'): argument
83 def calculate_md5(filename): argument
/developtools/smartperf_host/smartperf_device/device_command/utils/src/
DGetLog.cpp91 std::string filename = file.filename().string(); in GenerateDaemonLogFile() local
197 std::string filename = file.filename().string(); in GenerateHilogFile() local
206 std::string filename = file.filename().string(); in GenerateHilogFile() local
/developtools/profiler/host/smartperf/client/client_command/
DGetLog.cpp91 std::string filename = file.filename().string(); in GenerateDaemonLogFile() local
197 std::string filename = file.filename().string(); in GenerateHilogFile() local
206 std::string filename = file.filename().string(); in GenerateHilogFile() local
DTemperature.cpp33 std::string filename(dirp->d_name); in ItemData() local
DDubai.cpp96 bool Dubai::IsFileAccessible(const std::string &filename) in IsFileAccessible()
/developtools/packing_tool/packing_tool/frameworks/test/unittest/json/module_json_utils_test/
Dmodule_json_utils_test.cpp374 bool CreateModuleJsonFile(std::string filename, const std::string& jsonStr) in CreateModuleJsonFile()
388 bool CreateModuleJsonHap(std::string hapFilePath, std::string filename, const std::string& jsonStr) in CreateModuleJsonHap()
400 bool CreateConfigJsonFile(std::string filename, const std::string& jsonStr) in CreateConfigJsonFile()
414 bool CreateConfigJsonHap(std::string hapFilePath, std::string filename, const std::string& jsonStr) in CreateConfigJsonHap()
/developtools/packing_tool/packing_tool/frameworks/src/
Dzip_utils.cpp72 bool ZipUtils::IsFileExistsInZip(const std::string& zipFilePath, const std::string& filename) in IsFileExistsInZip()
120 bool ZipUtils::IsFileNameExistsInZip(const std::string& zipFilePath, const std::string& filename) in IsFileNameExistsInZip()
167 bool ZipUtils::GetFileContentFromZip(const std::string& zipFilePath, const std::string& filename, in GetFileContentFromZip()
Dunzip_wrapper.cpp67 char filename[MAX_ZIP_BUFFER_SIZE] = {0}; in ExtractFile() local
Dfast_app_packager.cpp328 std::string filename = path.filename().string(); in GetModuleJsonContentFromPath() local
443 std::string filename = path.filename().string(); in GetPackageNameFromPath() local
466 std::string filename = path.filename().string(); in GetPackInfoContentFromPath() local
/developtools/profiler/hiebpf/test/
Dhiebpf_test_demo.cpp70 void CallStack1(const char * filename) in CallStack1()
100 void CallStack0(const char * filename) in CallStack0()
/developtools/hiperf/src/
Dvirtual_thread.cpp279 void VirtualThread::ParseServiceMap(const std::string &filename) in ParseServiceMap()
313 std::string filename; in ParseDevhostMap() local
390 std::shared_ptr<DfxMap> VirtualThread::CreateMapItem(const std::string &filename, uint64_t const be… in CreateMapItem()
Dvirtual_runtime.cpp227 …Map> VirtualRuntime::UpdateThreadMaps(const pid_t pid, const pid_t tid, const std::string filename, in UpdateThreadMaps()
351 const std::string &filename) in UpdatekernelMap()
1332 const uint64_t offset, const std::string &filename) in UpdateKernelThreadMap()
1367 std::string filename = std::string(symbol.module_); in UpdateDevhostSymbols() local
1401 void VirtualRuntime::FixHMBundleMmap(char *filename, const int pid, u16 &headerSize) in FixHMBundleMmap()
/developtools/smartperf_host/smartperf_device/device_command/collector/src/
DTemperature.cpp33 std::string filename(dirp->d_name); in ItemData() local
DDubai.cpp96 bool Dubai::IsFileAccessible(const std::string &filename) in IsFileAccessible()
/developtools/profiler/hiebpf/src/
Dhiebpf.bpf.c412 size_t get_mountpoint_by_inode(char *filename, int len, const struct inode *host) in get_mountpoint_by_inode()
438 int get_filename_by_inode(char *filename, const size_t len, const struct inode *host) in get_filename_by_inode()
502 int get_filename_by_bio(char *filename, const size_t len, const struct bio *bio) in get_filename_by_bio()
543 int get_filename_by_file(char *filename, const size_t len, const struct file *filp) in get_filename_by_file()
Dhiebpf_data_file.cpp25 const std::string& filename, in MakeShared()
Delf_file.cpp25 ElfFile::ElfFile(const std::string &filename) in ElfFile()
58 std::unique_ptr<ElfFile> ElfFile::MakeUnique(const std::string &filename) in MakeUnique()
/developtools/global_resource_tool/src/
Dfile_entry.cpp74 string filename(findData.cFileName); in GetChilds() local
89 string filename(entry->d_name); in GetChilds() local
Dbinary_file_packer.cpp104 string filename = entry->GetFilePath().GetFilename(); in CopyBinaryFileImpl() local
/developtools/syscap_codec/src/
Dcontext_tool.c108 int32_t ConvertedContextSaveAsFile(char *outDirPath, const char *filename, char *convertedBuffer, s… in ConvertedContextSaveAsFile()
/developtools/packing_tool/ohos_packing_tool/frameworks/src/
Dpackager.cpp157 bool Packager::CheckFileValid(const std::string &filePath, const std::string &filename) in CheckFileValid()
/developtools/profiler/host/smartperf/client/client_command/test/unittest/
Dstalling_rate_trace_test.cpp95 std::string filename = "test_input.txt"; variable
103 std::string filename = "valid_input.txt"; variable

123