Home
last modified time | relevance | path

Searched refs:get_directory_contents (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/tools/bit/
Dutil.h65 void get_directory_contents(const string& dir, map<string,FileInfo>* results);
Dutil.cpp102 get_directory_contents(const string& name, map<string,FileInfo>* results) in get_directory_contents() function
116 get_directory_contents(subdir, results); in get_directory_contents()
Dmain.cpp792 get_directory_contents(systemPath, &systemFilesBefore); in run_phases()
838 get_directory_contents(systemPath, &systemFilesAfter); in run_phases()