Home
last modified time | relevance | path

Searched refs:ListDir (Results 1 - 4 of 4) sorted by relevance

/developtools/profiler/device/plugins/ftrace_plugin/include/
H A Dfile_utils.h28 static std::vector<std::string> ListDir(const std::string& dirPath);
/developtools/profiler/device/plugins/ftrace_plugin/src/
H A Dftrace_fs_ops.cpp252 for (auto& type : FileUtils::ListDir(eventsPath)) { in AddPlatformEvents()
258 for (auto& name : FileUtils::ListDir(typePath)) { in AddPlatformEvents()
H A Dfile_utils.cpp107 std::vector<std::string> FileUtils::ListDir(const std::string& dirPath) in ListDir() function in FileUtils
/developtools/profiler/device/plugins/ftrace_plugin/test/unittest/
H A Dfile_utils_test.cpp164 * @tc.desc: test FileUtils::ListDir with path.
171 auto items = FileUtils::ListDir(path); in HWTEST_F()

Completed in 3 milliseconds