Home
last modified time | relevance | path

Searched refs:files (Results 1 – 25 of 28) sorted by relevance

12

/bionic/libc/tools/
Dsymbols.py58 def GetFromAndroidStaticLib(files): argument
63 for f in files:
74 def GetFromAndroidSo(files): argument
85 for f in files:
90 def GetFromSystemSo(files): argument
93 for f in files:
Dcheck-symbols-glibc.py42 files = glob.glob('%s/ndk/build/tools/unwanted-symbols/%s/*' %
44 for f in files:
Dgenfunctosyscallnrs.py59 for filename in args.files:
Dgenseccomp.py299 for filename in args.files:
/bionic/libc/kernel/android/
DREADME.md1 The files under the uapi directory are android kernel uapi header files that
5 None of these files are updated automatically, and are frozen at their
8 The files under the scsi directory are frozen copies of kernel scsi headers.
15 These files are actually maintained in `external/kernel-headers/modified/scsi/`.
/bionic/tests/
DAndroid.bp97 relative_install_path: "bionic-loader-test-libs/prebuilt-elf-files",
100 srcs: ["prebuilt-elf-files/arm/libtest_invalid-rw_load_segment.so"],
103 srcs: ["prebuilt-elf-files/arm64/libtest_invalid-rw_load_segment.so"],
106 srcs: ["prebuilt-elf-files/x86/libtest_invalid-rw_load_segment.so"],
109 srcs: ["prebuilt-elf-files/x86_64/libtest_invalid-rw_load_segment.so"],
120 relative_install_path: "bionic-loader-test-libs/prebuilt-elf-files",
123 srcs: ["prebuilt-elf-files/arm/libtest_invalid-unaligned_shdr_offset.so"],
126 srcs: ["prebuilt-elf-files/arm64/libtest_invalid-unaligned_shdr_offset.so"],
129 srcs: ["prebuilt-elf-files/x86/libtest_invalid-unaligned_shdr_offset.so"],
132 srcs: ["prebuilt-elf-files/x86_64/libtest_invalid-unaligned_shdr_offset.so"],
[all …]
/bionic/libc/kernel/
DREADME.md22 also includes the header files that are generated by building the kernel
26 Contains copies of the kernel scsi header files. These where never
27 made into uapi files, but some user space code expects that these
31 Contains hand-modified versions of a few files from `original/scsi/`
32 that removes the kernel specific code from these files so they can
34 warn if any scsi header files have changed and require new versions
48 Checks out the Android kernel and generates all uapi header files.
49 copies all the changed files into external/kernel-headers.
105 Next, run this command to copy the parsed files to bionic/libc/kernel/uapi:
/bionic/
DREADME.md69 # drags in all the architecture-specific files.
71 # Every architecture needs a handful of machine-specific assembler files.
74 # Most architectures have a handful of optional assembler files
78 # The syscalls directories contain script-generated assembler files.
82 # The public header files on everyone's include path. These are a mixture of
83 # files written by us and files taken from BSD.
86 # The kernel uapi header files. These are scrubbed copies of the originals
87 # in external/kernel-headers/. These files must not be edited directly. The
94 # These are private header files meant for use within bionic itself.
109 # in our world. The *-compat.h files are automatically included
[all …]
Dandroid-changes-for-ndk-developers.md141 older releases, the .so files were extracted from the APK file
271 with the NDK, but if you're generating ELF files yourself make sure
272 you're not generating ELF files that claim to have text relocations,
401 ELF files. Note that using them puts application under high risk of
469 API level 30 added support for ELF files using the official `SHT_` and
475 There are no plans to remove support for ELF files using the older
476 OS private use constants for RELR, nor for ELF files using packed
/bionic/libc/upstream-freebsd/
DREADME.md2 files directly. Make fixes upstream and then pull down the new version of
/bionic/libc/upstream-openbsd/
DREADME.md2 files directly. Make fixes upstream and then pull down the new version of
/bionic/libc/upstream-netbsd/
DREADME.md2 files directly. Make fixes upstream and then pull down the new version of
/bionic/libc/kernel/uapi/linux/
Dcramfs_fs.h40 __u32 files; member
Dfuse.h47 uint64_t files; member
/bionic/libc/kernel/tools/
Dutils.py87 for root, dirs, files in os.walk(path):
88 for f in files:
Dupdate_all.py39 for root, _, files in os.walk(src_dir):
40 for file in sorted(files):
Dkernel.py73 self.files = set() # set of files being parsed for headers
87 self.files.add(from_file)
160 return self.files.copy()
/bionic/benchmarks/linker_relocation/
DREADME.md23 - (default) generate Android.bp and source files
/bionic/libc/upstream-netbsd/lib/libc/isc/
Deventlib_p.h225 evFile *files, *fdNext; member
/bionic/docs/
D32-bit-abi.md6 that use `off_t` to working on files no larger than 2GiB.
21 files have always worked.
DNOTICE29 source, and configuration files.
98 (b) You must cause any modified files to carry prominent notices
99 stating that You changed the files; and
Dnative_allocator.md329 To run these benchmarks, first copy the trace files to the target using
343 program also can process text files, but all trace files are currently
344 checked in as zip files.
/bionic/apex/
DNOTICE29 source, and configuration files.
98 (b) You must cause any modified files to carry prominent notices
99 stating that You changed the files; and
/bionic/build/
DNOTICE29 source, and configuration files.
98 (b) You must cause any modified files to carry prominent notices
99 stating that You changed the files; and
/bionic/libc/
DAndroid.bp1 // Define the common source files for all the libc instances
307 // These files are built with the freebsd-compat.h header file
405 // These files are built with the netbsd-compat.h header file
462 // These files are built with the openbsd-compat.h header file
613 // These files are built with the openbsd-compat.h header file
700 // These files are built with the openbsd-compat.h header file
2050 // crt object files.
2322 // Generate a syscall name / number mapping. These objects are text files
2323 // (thanks to the -dD -E flags) and not binary files. They will then be

12