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

/bionic/libc/tools/
H A Dsymbols.py57 def GetFromAndroidStaticLib(files):
62 for f in files:
73 def GetFromAndroidSo(files):
80 for f in files:
85 def GetFromSystemSo(files):
88 for f in files:
H A Dcheck-symbols-glibc.py42 files = glob.glob('%s/ndk/build/tools/unwanted-symbols/%s/*' %
44 for f in files:
/bionic/libc/kernel/uapi/linux/
H A Dcramfs_fs.h45 __u32 files; member in struct:cramfs_info
H A Dfuse.h54 uint64_t files; member in struct:fuse_kstatfs
/bionic/tools/bionicbb/
H A Dpresubmit.py39 files = gerrit.get_files_for_revision(change_id, patch_set)
40 return 'CleanSpec.mk' in [os.path.basename(f) for f in files]
44 files = gerrit.get_files_for_revision(change_id, patch_set)
45 return any('tools/bionicbb' in f for f in files)
/bionic/libc/kernel/tools/
H A Dupdate_all.py18 - a set of manually modified kernel header files located in
55 # Find all source files in 'original'.
59 for root, _, files in os.walk(original_dir):
60 for file in files:
H A Dutils.py69 """a class used to edit several files at once"""
82 for root, dirs, files in os.walk(path):
83 for f in files:
H A Dkernel.py24 used by a given set of input source files"""
29 # for path in <your list of files>:
32 # # get the set of Linux headers included by your files
35 # # get the set of of input files that do include Linux headers
36 # files = scanner.getFiles()
45 # files with a custom C pre-processor in order to optimize out macros,
63 # some kernel files choose to include files with relative paths (x86 32/64
73 self.files = set() # set of files bein
[all...]
/bionic/libc/arch-arm/
H A Darm.mk37 ## CPU variant specific source files
/bionic/libc/arch-arm64/
H A Darm64.mk58 ## CPU variant specific source files
/bionic/libc/
H A Dcrt.mk1 # Define the libc run-time (crt) support object files that must be built,
H A DAndroid.mk24 # crt obj files
39 # Define the common source files for all the libc instances
733 LOCAL_SRC_FILES := $(call all-c-files-under,tzcode)
780 $(call all-c-files-under,dns) \
817 # These files are built with the freebsd-compat.h header file
851 # These files are built with the netbsd-compat.h header file
890 # These files are built with the openbsd-compat.h header file
928 # These files are built with the openbsd-compat.h header file
968 # These files are built with the openbsd-compat.h header file
1121 LOCAL_SRC_FILES_$(TARGET_ARCH) := $(call all-S-files
[all...]
/bionic/libc/upstream-netbsd/lib/libc/isc/
H A Deventlib_p.h225 evFile *files, *fdNext; member in struct:__anon1039
/bionic/libc/arch-x86/
H A Dx86.mk115 ## ARCH variant specific source files

Completed in 420 milliseconds