Searched refs:files (Results 1 - 11 of 11) sorted by relevance

/system/media/mca/tests/
H A DAndroid.mk9 # Include all test java files.
10 LOCAL_SRC_FILES := $(call all-java-files-under, src)
/system/extras/bugmailer/
H A DAndroid.mk6 LOCAL_SRC_FILES := $(call all-java-files-under, src)
/system/core/toolbox/
H A Dls.c266 strlist_t files = STRLIST_INITIALIZER; local
282 strlist_append_dup(&files, de->d_name);
285 strlist_sort(&files);
286 STRLIST_FOREACH(&files, filename, listfile(name, filename, flags));
287 strlist_done(&files);
376 strlist_t files = STRLIST_INITIALIZER; local
399 strlist_append_dup(&files, argv[i]);
403 if (files.count > 0) {
404 STRLIST_FOREACH(&files, path, {
409 strlist_done(&files);
[all...]
H A DAndroid.mk98 # We need this so that the installed files could be picked up based on the
/system/media/mca/
H A DDocs.mk21 define libfilterfw-all-java-files-under
28 # List of mobile filter framework source files to include in the public API/SDK.
33 $(call libfilterfw-all-java-files-under,$(1), \
/system/core/charger/
H A DAndroid.mk38 $(foreach _img, $(call find-subdir-subdir-files, "images", "*.png"), \
/system/core/init/
H A DAndroid.mk46 # We need this so that the installed files could be picked up based on the
/system/media/mca/samples/CameraEffectsRecordingSample/
H A DAndroid.mk23 LOCAL_SRC_FILES := $(call all-subdir-java-files)
/system/core/rootdir/
H A DAndroid.mk4 # files that live under /system/etc/...
36 # files that live under /...
/system/core/sdcard/
H A Dfuse.h109 __u64 files; member in struct:fuse_kstatfs
H A Dsdcard.c39 * directory permissions (all files are given fixed owner, group, and
219 /* all files owned by root.sdcard */
818 out.st.files = stat.f_files;
957 ERROR("usage: sdcard [-l -f] <path> <uid> <gid>\n\n\t-l force file names to lower case when creating new files\n\t-f fix up file system before starting (repairs bad file name case and group ownership)\n");

Completed in 154 milliseconds