/developtools/hiperf/test/unittest/common/native/ |
D | perf_file_reader_test.cpp | 48 FILE *fp = stdout; variable 61 FILE *fp = nullptr; variable 74 FILE *fp = stdout; variable 83 FILE *fp = nullptr; variable 92 FILE *fp = stdout; variable 109 FILE *fp = stdout; variable
|
D | elf_parser_test.cpp | 45 static const std::string GetNextLine(FILE *fp, int *status) in GetNextLine() 1017 std::unique_ptr<EhdrFromReadelf> EhdrFromReadelf::MakeUnique(FILE *fp) in MakeUnique() 1036 bool EhdrFromReadelf::Init(FILE *fp) in Init() 1097 bool EhdrFromReadelf::GetMagic(FILE * const fp) in GetMagic() 1124 bool EhdrFromReadelf::GetEntryAddr(FILE * const fp) in GetEntryAddr() 1145 bool EhdrFromReadelf::GetPrgOffset(FILE * const fp) in GetPrgOffset() 1166 bool EhdrFromReadelf::GetSecOffset(FILE * const fp) in GetSecOffset() 1187 bool EhdrFromReadelf::GetFlag(FILE * const fp) in GetFlag() 1208 bool EhdrFromReadelf::GetEhdrSize(FILE * const fp) in GetEhdrSize() 1229 bool EhdrFromReadelf::GetPhdrSize(FILE * const fp) in GetPhdrSize() [all …]
|
D | virtual_thread_test.cpp | 434 std::unique_ptr<FILE, decltype(&fclose)> fp(fopen(TEST_FILE_ELF_FULL_PATH.c_str(), "rb"), variable
|
/developtools/profiler/device/plugins/hidump_plugin/test/unittest/ |
D | hidump_plugin_unittest.cpp | 206 FILE *fp = nullptr; variable 222 std::unique_ptr<FILE, int (*)(FILE*)> fp(popen(cmd.c_str(), "r"), pclose); in RecordFileExist() local 248 FILE *fp = nullptr; variable 271 FILE *fp = nullptr; variable 285 FILE *fp = nullptr; variable 301 FILE *fp = nullptr; variable
|
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/ |
D | elf_parser_test.cpp | 45 static const std::string GetNextLine(FILE *fp, int *status) in GetNextLine() 1016 std::unique_ptr<EhdrFromReadelf> EhdrFromReadelf::MakeUnique(FILE *fp) in MakeUnique() 1031 bool EhdrFromReadelf::Init(FILE *fp) in Init() 1088 bool EhdrFromReadelf::GetMagic(FILE * const fp) in GetMagic() 1111 bool EhdrFromReadelf::GetEntryAddr(FILE * const fp) in GetEntryAddr() 1132 bool EhdrFromReadelf::GetPrgOffset(FILE * const fp) in GetPrgOffset() 1153 bool EhdrFromReadelf::GetSecOffset(FILE * const fp) in GetSecOffset() 1174 bool EhdrFromReadelf::GetFlag(FILE * const fp) in GetFlag() 1195 bool EhdrFromReadelf::GetEhdrSize(FILE * const fp) in GetEhdrSize() 1216 bool EhdrFromReadelf::GetPhdrSize(FILE * const fp) in GetPhdrSize() [all …]
|
D | callstack_test.cpp | 58 unw_fpreg_t fp = {}; variable
|
D | virtual_thread_test.cpp | 435 std::unique_ptr<FILE, decltype(&fclose)> fp(fopen(TEST_FILE_ELF_FULL_PATH.c_str(), "rb"), variable
|
/developtools/hdc/src/common/ |
D | debug.cpp | 28 FILE *fp = fopen(resolvedPath.c_str(), "a+"); in WriteHexToDebugFile() local 54 FILE *fp = fopen(pathName, "r"); in ReadHexFromDebugFile() local
|
/developtools/hiperf/test/fuzztest/perffile_fuzzer/ |
D | PerfFile_fuzzer.cpp | 23 explicit PerfFileReaderFuzzer(const std::string &fileName, FILE *fp) in PerfFileReaderFuzzer() 39 FILE *fp = fopen(resolvedPath.c_str(), "rb"); in Instance() local
|
/developtools/profiler/device/plugins/native_hook/src/ |
D | runtime_stack_range.cpp | 102 static void GetAnUnlimitedLine(FILE* fp, std::string& buf) in GetAnUnlimitedLine() 134 FILE* fp = fopen("/proc/self/maps", "re"); in GetMainThreadRuntimeStackRange() local
|
/developtools/hiperf/test/fuzztest/elfparser_fuzzer/ |
D | ElfParser_fuzzer.cpp | 52 FILE *fp = fopen(testData.c_str(), "ab"); in FuzzElfFile() local
|
/developtools/hiperf/src/ |
D | perf_file_reader.cpp | 37 FILE *fp = fopen(resolvedPath.c_str(), "rb"); in Instance() local 80 PerfFileReader::PerfFileReader(const std::string &fileName, FILE *fp) : fp_(fp), fileName_(fileName) in PerfFileReader()
|
/developtools/profiler/device/base/src/ |
D | common.cpp | 120 FILE* fp = fopen(filePath, "r"); in IsProcessExist() local 216 inline int CustomFdFclose(FILE** fp) in CustomFdFclose() 297 int CustomPclose(FILE* fp, int fds[], volatile pid_t& childPid, bool needUnblock) in CustomPclose()
|
/developtools/profiler/device/plugins/hilog_plugin/test/unittest/ |
D | hilog_plugin_unittest.cpp | 112 std::unique_ptr<FILE, int (*)(FILE*)> fp(popen(cmd.c_str(), "r"), pclose); in RecordFileExist() local 918 FILE* fp = plugin.CustomPopen(cmd, type); variable 934 FILE* fp = plugin.CustomPopen(cmd, type); variable 950 FILE* fp = plugin.CustomPopen(cmd, type); variable 966 FILE* fp = plugin.CustomPopen(cmd, type); variable
|
/developtools/profiler/device/plugins/hisysevent_plugin/src/ |
D | hisysevent_plugin.cpp | 64 COMMON::CustomPopen(fullCmd_, "r", pipeFds_, childPid_, true), [this](FILE* fp) -> int { in Start()
|
/developtools/profiler/device/plugins/hilog_plugin/src/ |
D | hilog_plugin.cpp | 84 FILE* fp = COMMON::CustomPopen(cmdArg, "r", pipeFds, childPid); in Start() local 525 int HilogPlugin::CustomPclose(FILE* fp) in CustomPclose()
|
/developtools/profiler/device/plugins/hiperf_plugin/test/unittest/ |
D | hiperf_plugin_unittest.cpp | 169 std::unique_ptr<FILE, int (*)(FILE*)> fp(fopen(fileName.c_str(), "rb"), fclose); in CheckRecordFile() local
|
/developtools/profiler/device/plugins/native_hook/test/ |
D | perf_test_data.cpp | 103 void FileClose(FILE* fp) in FileClose()
|
/developtools/global_resource_tool/src/ |
D | resource_check.cpp | 141 void ResourceCheck::CloseFile(FILE *fp) in CloseFile()
|
/developtools/profiler/device/plugins/hiperf_plugin/src/ |
D | hiperf_module.cpp | 92 FILE* fp = COMMON::CustomPopen(cmdArg, "r", pipeFds, childPid); in RunCommand() local
|
/developtools/profiler/host/smartperf/client/client_command_fps/ |
D | main.cpp | 133 static void ProcessResult(FILE *fp, FpsConfig &fpsConfig, FpsInfo &fpsInfo) in ProcessResult() 202 FILE *fp = popen(cmdExc.c_str(), "r"); in GetSurfaceFrame() local
|
/developtools/profiler/device/plugins/hidump_plugin/src/ |
D | hidump_plugin.cpp | 220 int HidumpPlugin::CustomPclose(FILE* fp) in CustomPclose()
|
/developtools/profiler/host/smartperf/client/client_command/ |
D | CPU.cpp | 77 FILE *fp = fopen(realPath, "r"); in GetCpuLoad() local
|
/developtools/profiler/device/plugins/native_daemon/src/ |
D | utilities.cpp | 304 FILE *fp = fopen(dataFile.c_str(), "rb"); in CompressFile() local 344 FILE *fp = fopen(dataFile.c_str(), "wb"); in UncompressFile() local
|
/developtools/syscap_codec/src/ |
D | create_pcid.c | 56 FILE *fp = NULL; in GetFileContext() local 113 FILE *fp = NULL; in ConvertedContextSaveAsFile() local
|