Searched refs:system (Results 1 – 25 of 30) sorted by relevance
12
/bionic/build/ |
D | run-on-host.sh | 32 if [ ! -d /system ]; then 34 sudo mkdir -p -m 0777 /system; 39 ln -fs `realpath ${TARGET_OUT}/bin` /system/ 40 ln -fs `realpath ${TARGET_OUT}/etc` /system/ 41 ln -fs `realpath ${TARGET_OUT}/lib` /system/ 43 ln -fs `realpath ${TARGET_OUT}/lib64` /system/;
|
/bionic/ |
D | CleanSpec.mk | 53 $(call add-clean-step, rm -f $(PRODUCT_OUT)/system/lib/libGLES*) 54 $(call add-clean-step, rm -f $(PRODUCT_OUT)/system/lib64/libGLES*)
|
D | README.md | 27 are supplied by the system. Stuff like `__cxa_guard_acquire` and 30 #### linker/ --- /system/bin/linker and /system/bin/linker64 79 # See 'Adding system calls' later. 142 Adding system calls 145 Adding a system call usually involves: 162 correct system call is being made.) 269 * Note that the build system is ignorant to this flag being toggled, i.e. if
|
D | android-changes-for-ndk-developers.md | 81 find `/system/lib/libc.so` because it’s already loaded. This also meant 88 machine’s file system) that used to work because we ignored everything 148 In O and later, the system property `debug.ld.greylist_disabled` can be 259 no control over where your library will be installed by the system. A 299 or a misconfiguration in your build system. A missing SONAME may lead 315 configured your build system to generate incorrect SONAME entries (using 372 On userdebug and eng builds it is possible to enable tracing for the whole system 373 by using debug.ld.all system property instead of app-specific one:
|
/bionic/libc/upstream-openbsd/lib/libc/stdlib/ |
D | system.c | 42 system(const char *command) in system() function 78 DEF_STRONG(system);
|
/bionic/linker/ |
D | ld.config.format.md | 3 This document describes format of /system/etc/ld.config.txt file. This file can be used to customize 30 dir.example_section=/system/bin/example 54 namespace.default.search.paths = /system/${LIB}:/system/other/${LIB} 60 namespace.default.permitted.paths = /system/${LIB}
|
D | Android.bp | 113 // when stl is not set to "none" build system adds libdl
|
/bionic/libc/arch-x86/bionic/ |
D | __bionic_clone.S | 15 # Load system call arguments into registers. 29 # Make the system call.
|
D | syscall.S | 30 # Get and save the system call entry address. 46 # Make the system call.
|
/bionic/libc/arch-arm64/bionic/ |
D | __bionic_clone.S | 37 # Make the system call.
|
/bionic/libc/malloc_debug/ |
D | README.md | 13 In order to enable malloc debug, you must be able to set special system 98 system runs too slowly with this option enabled, decreasing the maximum number 181 04-15 12:00:31.305 7412 7412 E malloc_debug: #00 pc 00029310 /system/lib/libc.so 182 …04-15 12:00:31.305 7412 7412 E malloc_debug: #01 pc 00021438 /system/lib/libc.so (ne… 183 04-15 12:00:31.305 7412 7412 E malloc_debug: #02 pc 000a9e38 /system/lib/libc++.so 184 04-15 12:00:31.305 7412 7412 E malloc_debug: #03 pc 000a28a8 /system/lib/libc++.so 216 04-15 12:35:33.305 7412 7412 E malloc_debug: #00 pc 00029310 /system/lib/libc.so 217 …04-15 12:35:33.305 7412 7412 E malloc_debug: #01 pc 00021438 /system/lib/libc.so (ne… 218 04-15 12:35:33.305 7412 7412 E malloc_debug: #02 pc 000a9e38 /system/lib/libc++.so 219 04-15 12:35:33.305 7412 7412 E malloc_debug: #03 pc 000a28a8 /system/lib/libc++.so [all …]
|
D | README_marshmallow_and_earlier.md | 15 On these old versions of the OS, you must be able to set system properties 39 Malloc debug is controlled by a system property that takes a numeric value 111 Using the special system property, libc.debug.malloc.program, will
|
/bionic/libc/arch-x86_64/bionic/ |
D | syscall.S | 54 # Make the system call.
|
/bionic/libc/arch-mips/bionic/ |
D | __bionic_clone.S | 46 # remainder of arguments are correct for clone system call
|
/bionic/libc/arch-arm/bionic/ |
D | __bionic_clone.S | 48 # Make the system call.
|
/bionic/libc/arch-mips64/bionic/ |
D | __bionic_clone.S | 64 # remainder of arguments are correct for clone system call
|
/bionic/libc/include/ |
D | stdlib.h | 88 int system(const char *string);
|
/bionic/tests/ |
D | stdlib_test.cpp | 310 TEST(stdlib, system) { in TEST() argument 313 status = system("exit 0"); in TEST() 317 status = system("exit 1"); in TEST()
|
/bionic/libc/ |
D | SYSCALLS.TXT | 1 # This file is used to automatically generate bionic's system call stubs. 156 # Paired off_t/off64_t system calls. On 64-bit systems, 158 # aliases. On 32-bit systems, we have two different system calls. 159 # That means that every system call in this section should take three lines. 192 # file system
|
D | libc.mips64.map | 976 system;
|
D | libc.x86_64.map | 976 system;
|
D | libc.arm64.map | 976 system;
|
D | libc.mips.map | 1033 system;
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1042 system
|
D | pylintrc | 145 # system, and so shouldn't trigger E0201 when accessed. Python regular
|
12