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

/system/media/mca/
H A DDocs.mk21 define libfilterfw-all-java-files-under
33 $(call libfilterfw-all-java-files-under,$(1), \
/system/core/sh/
H A Dmiscbltin.c179 /* Last variable needs all IFS chars */
346 int set, all = 0; local
360 all = 1;
375 if (all || argptr[1])
393 if (all) {
/system/core/sdcard/
H A Dsdcard.c39 * directory permissions (all files are given fixed owner, group, and
91 struct node *all; /* global node list */ member in struct:node
112 struct node *all; member in struct:fuse
219 /* all files owned by root.sdcard */
327 fuse->all = &fuse->root;
427 node->all = fuse->all;
428 fuse->all = node;

Completed in 81 milliseconds