Home
last modified time | relevance | path

Searched defs:dirPath (Results 1 – 12 of 12) 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.cpp76 string dirPath = it->GetFilePath().GetPath(); in ScanResourceLimitKeyDir() local
/developtools/smartperf_host/trace_streamer/test/unittest/base/
Dexport_test.cpp89 void RemoveDirectory(const std::filesystem::path &dirPath) in RemoveDirectory()
/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/packing_tool/packing_tool/frameworks/src/
Dhsp_packager.cpp379 for (const auto& dirPath : formatedDirList_) { in CompressHspModePartFourth() local
Dhap_packager.cpp563 for (const auto& dirPath : formatedDirList_) { in AddResFileAndDirLsitToZip() local
/developtools/smartperf_host/trace_streamer/src/base/
Dfile.cpp88 std::filesystem::path dirPath(path); in GetFilesNameFromDir() local
/developtools/profiler/device/plugins/process_plugin/src/
Dprocess_data_plugin.cpp117 DIR* ProcessDataPlugin::OpenDestDir(const char* dirPath) in OpenDestDir()
/developtools/profiler/device/plugins/cpu_plugin/src/
Dcpu_data_plugin.cpp569 DIR* CpuDataPlugin::OpenDestDir(std::string& dirPath) in OpenDestDir()
/developtools/global_resource_tool/include/
Dresource_data.h312 std::string dirPath; member
/developtools/profiler/device/plugins/memory_plugin/src/
Dmemory_data_plugin.cpp545 DIR* MemoryDataPlugin::OpenDestDir(const char* dirPath) in OpenDestDir()