Home
last modified time | relevance | path

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

/frameworks/base/tools/bit/
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()
Dutil.h63 void get_directory_contents(const string& dir, map<string,FileInfo>* results);
Dmain.cpp692 get_directory_contents(systemPath, &systemFilesBefore); in run_phases()
718 get_directory_contents(systemPath, &systemFilesAfter); in run_phases()