| /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 | virtual_thread_test.cpp | 360 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/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/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/smartperf_host/trace_streamer/src/trace_data/ |
| D | trace_data_cache.cpp | 311 …std::unique_ptr<int32_t, std::function<void(int32_t*)>> fp(&perfFd, [](int32_t* fp) { close(*fp); … in ExportPerfReadableText() argument 401 …std::unique_ptr<int32_t, std::function<void(int32_t*)>> fp(&hookFd, [](int32_t* fp) { close(*fp); … in ExportHookReadableText() argument 499 …std::unique_ptr<int32_t, std::function<void(int32_t*)>> fp(&ebpfFd, [](int32_t* fp) { close(*fp); … in ExportEbpfReadableText() argument
|
| /developtools/syscap_codec/src/ |
| D | context_tool.c | 43 FILE *fp = NULL; in GetFileContext() local 98 FILE *fp = NULL; in ConvertedContextSaveAsFile() local
|
| /developtools/profiler/host/smartperf/client/client_command/ |
| D | Network.cpp | 45 FILE *fp = fopen("/proc/net/dev", "r"); in GetNetworkInfo() local
|
| D | Capture.cpp | 85 FILE *fp = fopen(savePath.c_str(), "wb"); in TakeScreenCap() local
|
| D | FPS.cpp | 340 FILE *fp; in GetSurfaceFrame() 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()
|
| D | utilities.cpp | 362 FILE *fp = fopen(resolvedPath.c_str(), "rb"); in CompressFile() local 402 FILE *fp = fopen(resolvedPath.c_str(), "wb"); in UncompressFile() local
|
| /developtools/profiler/device/plugins/native_hook/src/ |
| D | runtime_stack_range.cpp | 106 static void GetAnUnlimitedLine(FILE* fp, std::string& buf) in GetAnUnlimitedLine() 170 FILE* fp = fopen("/proc/self/maps", "re"); in GetMainThreadRuntimeStackRange() local
|
| /developtools/profiler/device/base/src/ |
| D | common.cpp | 138 FILE* fp = fopen(filePath, "r"); in IsProcessExist() local 233 inline int CustomFdFclose(FILE** fp) in CustomFdFclose() 314 int CustomPclose(FILE* fp, int fds[], volatile pid_t& childPid, bool needUnblock) in CustomPclose()
|
| /developtools/hdc/hdcd_user_permit/src/ |
| D | connection.cpp | 30 FILE *fp; in GetSettingBundleName() local
|
| /developtools/profiler/device/plugins/hilog_plugin/src/ |
| D | hilog_plugin.cpp | 82 FILE* fp = COMMON::CustomPopen(cmdArg, "r", pipeFds, childPid); in Start() local 89 COMMON::CustomPopen(fullCmd_, "r", pipeFds_, childPid_, true), [this](FILE* fp) -> int { in Start()
|
| /developtools/profiler/device/plugins/hisysevent_plugin/src/ |
| D | hisysevent_plugin.cpp | 67 COMMON::CustomPopen(fullCmd_, "r", pipeFds_, childPid_, true), [this](FILE* fp) -> int { in Start()
|
| /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/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/hiperf_plugin/src/ |
| D | hiperf_module.cpp | 95 FILE* fp = COMMON::CustomPopen(cmdArg, "r", pipeFds, childPid); in RunCommand() local
|
| /developtools/profiler/device/plugins/hidump_plugin/src/ |
| D | hidump_plugin.cpp | 236 int HidumpPlugin::CustomPclose(FILE* fp) in CustomPclose()
|
| /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/profiler/device/plugins/native_daemon/test/unittest/common/native/ |
| D | virtual_thread_test.cpp | 354 std::unique_ptr<FILE, decltype(&fclose)> fp(fopen(TEST_FILE_ELF_FULL_PATH.c_str(), "rb"), variable
|