Searched defs:all (Results 1 - 2 of 2) sorted by relevance

/system/ca-certificates/
H A DAndroid.mk22 define all-files-under
44 cacerts := $(call all-files-under,files)
62 include $(call all-makefiles-under,$(LOCAL_PATH))
/system/extras/librank/
H A Dlibrank.c75 struct library_info *get_library(const char *name, bool all) { argument
79 if (!all) {
221 bool all; local
234 all = false;
241 {"all", 0, 0, 'a'},
263 all = true;
356 li = get_library(pm_map_name(maps[j]), all);
435 " -a Show all mappings, including stack, heap and anon.\n"

Completed in 2080 milliseconds