| /developtools/hiperf/test/unittest/common/native/ |
| D | perf_file_reader_test.cpp | 46 FILE *fp = stdout; variable 55 FILE *fp = nullptr; variable 64 FILE *fp = stdout; variable 73 FILE *fp = nullptr; variable 82 FILE *fp = stdout; variable 99 FILE *fp = stdout; variable 120 FILE* fp = fopen(fileName.c_str(), "r"); variable 134 FILE* fp = fopen(fileName.c_str(), "r"); variable 146 FILE* fp = fopen(fileName.c_str(), "r"); variable
|
| D | test_utilities.cpp | 29 FILE *fp = nullptr; in CheckTestApp() local 73 FILE *fp = popen(cmdstr.c_str(), "r"); in RunCmd() local 90 FILE* fp = popen(cmd.c_str(), "r"); in CheckTraceCommandOutput() 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/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/smartperf_host/smartperf_host/trace_streamer/src/trace_data/ |
| D | trace_data_cache.cpp | 345 …std::unique_ptr<int32_t, std::function<void(int32_t *)>> fp(&perfFd, [](int32_t *fp) { close(*fp);… in ExportPerfReadableText() local 435 …std::unique_ptr<int32_t, std::function<void(int32_t *)>> fp(&hookFd, [](int32_t *fp) { close(*fp);… in ExportHookReadableText() argument 533 …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 111 FILE *fp = NULL; in ConvertedContextSaveAsFile() local
|
| /developtools/hdc/hdc_rust/src/cffi/ |
| D | mount.cpp | 35 FILE *fp = fopen("/proc/mounts", "r"); in FindMountDeviceByPath() local
|
| D | utils.cpp | 77 FILE *fp = fopen(bufPath, "a+"); in ProgramMutex() local
|
| /developtools/packing_tool/packing_tool/frameworks/test/unittest/json/patch_json_utils_test/ |
| D | patch_json_utils_test.cpp | 87 FILE *fp = fopen(patchJsonFilePath.c_str(), "w"); variable
|
| /developtools/smartperf_host/smartperf_device/device_command/test/unittest/ |
| D | getlog_test.cpp | 93 FILE* fp = fopen("/data/local/tmp/getlogtest.tar.gz", "wb"); in GetLogCommand() local
|
| /developtools/profiler/host/smartperf/client/client_command/test/unittest/ |
| D | getlog_test.cpp | 93 FILE* fp = fopen("/data/local/tmp/getlogtest.tar.gz", "wb"); in GetLogCommand() local
|
| /developtools/profiler/host/smartperf/client/client_command/ |
| D | Network.cpp | 71 FILE *fp = fopen("/proc/net/dev", "r"); in GetNetworkInfoDev() local
|
| D | Capture.cpp | 170 FILE *fp = fopen(realPath, "wb"); in TakeScreenCap() local
|
| /developtools/smartperf_host/smartperf_device/device_command/collector/src/ |
| D | Network.cpp | 71 FILE *fp = fopen("/proc/net/dev", "r"); in GetNetworkInfoDev() local
|
| D | Capture.cpp | 170 FILE *fp = fopen(realPath, "wb"); in TakeScreenCap() local
|
| /developtools/hiperf/src/ |
| D | perf_file_reader.cpp | 40 FILE *fp = fopen(resolvedPath.c_str(), "rb"); in Instance() local 81 PerfFileReader::PerfFileReader(const std::string &fileName, FILE *fp) : fp_(fp), fileName_(fileName) in PerfFileReader()
|
| /developtools/profiler/device/plugins/native_hook/src/ |
| D | runtime_stack_range.cpp | 143 FILE* fp = fopen("/proc/self/maps", "r"); in ParseTargetedMaps() local 192 FILE* fp = fopen("/proc/self/maps", "r"); in ParseSelfMaps() local
|
| /developtools/packing_tool/packing_tool/frameworks/test/unittest/json/module_json_utils_test/ |
| D | module_json_utils_test.cpp | 377 FILE *fp = fopen(moduleTest.c_str(), "w"); in CreateModuleJsonFile() local 403 FILE *fp = fopen(configTest.c_str(), "w"); in CreateConfigJsonFile() local
|
| /developtools/profiler/device/plugins/hilog_plugin/src/ |
| D | hilog_plugin.cpp | 93 FILE* fp = COMMON::CustomPopen(cmdArg, "r", pipeFds, childPid); in Start() local 99 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 | 164 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/profiler/device/plugins/hisysevent_plugin/src/ |
| D | hisysevent_plugin.cpp | 68 COMMON::CustomPopen(fullCmd_, "r", pipeFds_, childPid_, true), [this](FILE* fp) -> int { in Start()
|
| /developtools/global_resource_tool/src/ |
| D | resource_check.cpp | 139 void ResourceCheck::CloseFile(FILE *fp) in CloseFile()
|
| /developtools/profiler/device/plugins/hiperf_plugin/src/ |
| D | hiperf_module.cpp | 97 FILE* fp = COMMON::CustomPopen(cmdArg, "r", pipeFds, childPid); in RunCommand() local
|
| /developtools/profiler/device/plugins/hidump_plugin/src/ |
| D | hidump_plugin.cpp | 82 COMMON::CustomPopen(fullCmd, "r", pipeFds_, childPid_, true), [this](FILE* fp) -> int { in Start()
|