Home
last modified time | relevance | path

Searched defs:dirName (Results 1 – 4 of 4) sorted by relevance

/developtools/profiler/host/smartperf/client/client_command/include/
Dsp_csv_util.h108 static uint64_t GetUiTestCreatedFileSize(const std::string &newFilePath, std::string &dirName) in GetUiTestCreatedFileSize()
135 std::string dirName = "/data/local/tmp"; in ReportFileWriteEvent() local
/developtools/smartperf_host/smartperf_device/device_command/include/
Dsp_csv_util.h108 static uint64_t GetUiTestCreatedFileSize(const std::string &newFilePath, std::string &dirName) in GetUiTestCreatedFileSize()
135 std::string dirName = "/data/local/tmp"; in ReportFileWriteEvent() local
/developtools/profiler/device/plugins/ftrace_plugin/src/
Dfile_utils.cpp89 std::string dirName = path.substr(0, pos+1); in WriteFile() local
/developtools/smartperf_host/smartperf_host/trace_streamer/src/base/
Dfile.cpp154 bool LocalZip::CreateDir(const std::filesystem::path &dirName, bool del) in CreateDir()