Home
last modified time | relevance | path

Searched defs:fileName (Results 1 - 25 of 88) sorted by relevance

1234

/developtools/hiperf/test/fuzztest/perffile_fuzzer/
H A DPerfFile_fuzzer.cpp23 explicit PerfFileReaderFuzzer(const std::string &fileName, FILE *fp) in PerfFileReaderFuzzer() argument
26 static std::unique_ptr<PerfFileReaderFuzzer> Instance(const std::string &fileName, in Instance() argument
/developtools/profiler/hiebpf/src/
H A Delf_symbol_info.cpp25 bool ElfSymbolInfo::GetSymbolTable(const std::string &fileName, ElfSymbolTable &symbolTable) in GetSymbolTable() argument
H A Dlibbpf_logger.cpp70 auto fileName = GetLogFileName(); in OpenLogFile() local
H A Dutilities.cpp24 std::string ReadFileToString(const std::string &fileName) in ReadFileToString() argument
H A Dbpf_log_reader.cpp97 auto fileName = GetLogFileName(); in OpenLogFile() local
H A Dhhlog.cpp58 auto fileName = GetLogFileName(); in InitLogger() local
/developtools/profiler/hiebpf/test/unittest/
H A Dhhlog_test.cpp44 std::string fileName = HHLogger::GetInstance().GetLogFileName(); in HWTEST_F() local
83 std::string fileName = "/data/local/tmp/libebpf.log"; in HWTEST_F() local
H A Dbpf_log_reader_test.cpp90 std::string fileName = logger.GetLogFileName(); in HWTEST_F() local
H A Dlibbpf_logger_test.cpp87 std::string fileName = "/data/local/tmp/libebpf.log"; in HWTEST_F() local
102 std::string fileName = logger.GetLogFileName(); in HWTEST_F() local
H A Delf_symbol_info_test.cpp99 std::string fileName = (char *)p; in HWTEST_F() local
H A Dmaps_info_test.cpp103 std::string fileName = (char *)p; in HWTEST_F() local
/developtools/hdc/src/common/
H A Ddebug.cpp20 int WriteHexToDebugFile(const char *fileName, const uint8_t *buf, const int bufLen) in WriteHexToDebugFile() argument
48 int ReadHexFromDebugFile(const char *fileName, uint8_t *buf, const int bufLen) in ReadHexFromDebugFile() argument
/developtools/packing_tool/adapter/ohos/
H A DHapZipInfo.java109 public void pushResourceMap(String fileName, String fileContent) { in pushResourceMap() argument
H A DCollectBinInfo.java120 private static byte [] readBinFileData(final String fileName, RandomAccessFile binStream, long fileDataPos) { in readBinFileData() argument
/developtools/profiler/hidebug/test/unittest/native/
H A Dhidebug_test.cpp242 char fileName[256] = {0}; in HWTEST_F() local
266 char fileName[256] = {0}; in HWTEST_F() local
292 char fileName[25 in HWTEST_F() local
[all...]
/developtools/profiler/hiebpf/include/
H A Delf_symbol_info.h40 bool IsCached(const std::string &fileName) in IsCached() argument
45 void CacheFileName(const std::string &fileName) in CacheFileName() argument
/developtools/hiperf/test/unittest/common/native/include/
H A Dcallstack_test.h36 std::string fileName; member
160 void LoadFromFile(const std::string &fileName, std::vector<T> &data) in LoadFromFile() argument
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/sign/
H A DPageInfoGenerator.java164 private String fileName; field in PageInfoGenerator.ExcSegment
170 ExcSegment(byte type, String fileName, long startOffset, long endOffset) { in ExcSegment() argument
/developtools/hapsigner/hapsigntool_cpp_test/unittest/codeSigning/datastructure/
H A Dnative_lib_info_segment_test.cpp146 std::string fileName = { "test.so" }; in HWTEST_F() local
186 std::string fileName = { "test.so" }; in HWTEST_F() local
/developtools/hiperf/test/unittest/common/native/
H A Dreport_protobuf_file_test.cpp80 std::string fileName = "perf.proto"; in HWTEST_F() local
96 std::string fileName = "perf.proto"; in HWTEST_F() local
111 std::string fileName = "perf.proto"; in HWTEST_F() local
153 std::string fileName = "perf.proto"; in HWTEST_F() local
186 std::string fileName = "perf.proto"; HWTEST_F() local
217 std::string fileName = "perf.proto"; HWTEST_F() local
256 std::string fileName = "perf.proto"; HWTEST_F() local
294 std::string fileName = "perf.proto"; HWTEST_F() local
[all...]
/developtools/profiler/device/base/test/unittest/
H A Dcommon_test.cpp133 std::string fileName = "/data/local/tmp/config.txt"; in HWTEST_F() local
181 std::string fileName = "/data/local/tmp/invalid/config.txt"; HWTEST_F() local
[all...]
/developtools/profiler/device/plugins/api/src/
H A Dplugin_watcher.cpp75 std::string fileName = entry->d_name; in ScanPlugins() local
121 std::string fileName = event->name; in MonitorIsSet() local
/developtools/profiler/device/plugins/ftrace_plugin/src/
H A Dfile_utils.cpp91 std::string fileName = path.substr(pos+1, index); in WriteFile() local
/developtools/profiler/device/plugins/hiperf_plugin/test/unittest/
H A Dhiperf_plugin_unittest.cpp160 void CheckRecordFile(const std::string& fileName) in CheckRecordFile() argument
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/include/
H A Dcallstack_test.h45 std::string fileName; member
110 void LoadFromFile(const std::string &fileName, std::vector<T> &data) in LoadFromFile() argument

Completed in 8 milliseconds

1234