Searched refs:dump_files (Results 1 – 4 of 4) sorted by relevance
/aosp12/art/tools/ |
H A D | bisect_profile.py | 87 def dump_files(meths, args, output): function 126 dump_files(meths, args, output) 196 dump_files(meth_list, args, output)
|
/aosp12/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/ |
H A D | VideoDumpView.java | 140 File[] dump_files = dump_dir.listFiles(new RGBFilter()); in onResume() local 141 for (File dump_file :dump_files) { in onResume()
|
/aosp12/frameworks/native/cmds/dumpstate/ |
H A D | dumpstate.h | 604 int dump_files(const std::string& title, const char* dir, bool (*skip)(const char* path),
|
H A D | dumpstate.cpp | 935 dump_files("", dir.c_str(), recursive ? skip_none : is_dir, _add_file_from_fd); in AddDir() 1207 dump_files("", new_path.c_str(), skip_not_stat, dump_stat_from_fd); in DumpBlockStatFiles() 3797 int dump_files(const std::string& title, const char* dir, bool (*skip)(const char* path), in dump_files() function 3840 int ret = dump_files("", newpath, skip, dump_from_fd); in dump_files()
|