Searched refs:CreateExportFileName (Results 1 – 3 of 3) sorted by relevance
41 std::string CreateExportFileName(const std::string& filePrefix, const std::string& ext) in CreateExportFileName() function63 std::string fileName = CreateExportFileName("windows_info_", ".txt"); in ExportWindowsInfo()93 std::string fileName = CreateExportFileName("windows_memory_", ".txt"); in ExportWindowsMemory()125 std::string fileName = CreateExportFileName("gpu_memory_", ".txt"); in ExportGpuMemory()
166 std::string IoCollectorImpl::CreateExportFileName(const std::string& filePrefix) in CreateExportFileName() function in OHOS::HiviewDFX::UCollectUtil::IoCollectorImpl205 std::string fileName = CreateExportFileName(RAW_DISK_STATS_FILE_PREFIX); in CollectRawDiskStats()325 std::string fileName = CreateExportFileName(DISK_STATS_FILE_PREFIX); in ExportDiskStats()456 std::string fileName = CreateExportFileName(EMMC_INFO_FILE_PREFIX); in ExportEMMCInfo()593 std::string fileName = CreateExportFileName(PROC_IO_STATS_FILE_PREFIX); in ExportAllProcIoStats()644 std::string fileName = CreateExportFileName(SYS_IO_STATS_FILE_PREFIX); in ExportSysIoStats()
58 std::string CreateExportFileName(const std::string& filePrefix);