Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/ftrace_plugin/src/
H A Dftrace_fs_ops.cpp254 std::string typePath = eventsPath + "/" + type; in AddPlatformEvents() local
255 if (stat(typePath.c_str(), &st) != 0 || !S_ISDIR(st.st_mode)) { in AddPlatformEvents()
258 for (auto& name : FileUtils::ListDir(typePath)) { in AddPlatformEvents()
260 std::string namePath = typePath + "/" + name; in AddPlatformEvents()

Completed in 1 milliseconds