Home
last modified time | relevance | path

Searched defs:dirPath (Results 1 – 9 of 9) sorted by relevance

/developtools/profiler/host/smartperf/client/client_command/
DGetLog.cpp29 void GetLog::CreateDir(const std::string &dirPath) in CreateDir()
42 void GetLog::RemoveDirOrFile(const std::string &dirPath) in RemoveDirOrFile()
106 std::filesystem::path dirPath(LOG_FILE_DIR); // Log file directory in GenerateDaemonLogFile() local
164 std::filesystem::path dirPath(systemHilogFileDir); in GetHilogInData() local
/developtools/global_resource_tool/src/
Dresource_directory.cpp72 string dirPath = it->GetFilePath().GetPath(); in ScanResourceLimitKeyDir() local
/developtools/smartperf_host/trace_streamer/src/base/
Dfile.cpp83 std::filesystem::path dirPath(path); in GetFilesNameFromDir() local
/developtools/profiler/device/plugins/ftrace_plugin/src/
Dfile_utils.cpp107 std::vector<std::string> FileUtils::ListDir(const std::string& dirPath) in ListDir()
/developtools/hdc/src/common/
Dentry.cpp183 auto dirPath = prefixPath.append(GetName()); in PayloadToDir() local
/developtools/profiler/device/plugins/process_plugin/src/
Dprocess_data_plugin.cpp103 DIR* ProcessDataPlugin::OpenDestDir(const char* dirPath) in OpenDestDir()
/developtools/profiler/device/plugins/cpu_plugin/src/
Dcpu_data_plugin.cpp528 DIR* CpuDataPlugin::OpenDestDir(std::string& dirPath) in OpenDestDir()
/developtools/global_resource_tool/include/
Dresource_data.h290 std::string dirPath; member
/developtools/profiler/device/plugins/memory_plugin/src/
Dmemory_data_plugin.cpp527 DIR* MemoryDataPlugin::OpenDestDir(const char* dirPath) in OpenDestDir()