OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetEntriesInDir
(Results
1 - 5
of
5
) sorted by null
/system/extras/simpleperf/
event_type.cpp
40
GetEntriesInDir
(tracepoint_dirname, nullptr, &system_dirs);
44
GetEntriesInDir
(system_path, nullptr, &event_dirs);
utils.h
115
void
GetEntriesInDir
(const std::string& dirpath, std::vector<std::string>* files,
environment.cpp
188
GetEntriesInDir
(path, &files, &subdirs);
281
GetEntriesInDir
(task_dirname, nullptr, &subdirs);
315
GetEntriesInDir
("/proc", nullptr, &subdirs);
utils.cpp
102
void
GetEntriesInDir
(const std::string& dirpath, std::vector<std::string>* files,
dso.cpp
99
GetEntriesInDir
(symfs_dir, &files, &subdirs);
Completed in 675 milliseconds