Home
last modified time | relevance | path

Searched refs:system (Results 1 – 18 of 18) sorted by relevance

/bionic/build/
Drun-on-host.mk32 if [ ! -d /system ]; then \
34 sudo mkdir -p -m 0777 /system; \
37 ln -fs `realpath $(TARGET_OUT)/bin` /system/
38 ln -fs `realpath $(TARGET_OUT)/etc` /system/
39 ln -fs `realpath $(TARGET_OUT)/lib` /system/
41 ln -fs `realpath $(TARGET_OUT)/lib64` /system/; \
/bionic/libc/arch-x86/bionic/
D__bionic_clone.S15 # Load system call arguments into registers.
29 # Make the system call.
Dsyscall.S40 # Make the system call.
/bionic/libc/arch-arm64/bionic/
D__bionic_clone.S37 # Make the system call.
/bionic/libc/arch-x86_64/bionic/
Dsyscall.S54 # Make the system call.
/bionic/libc/arch-mips/bionic/
D__bionic_clone.S46 # remainder of arguments are correct for clone system call
/bionic/libc/upstream-openbsd/lib/libc/stdlib/
Dsystem.c41 system(const char *command) in system() function
/bionic/
DREADME.md27 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.
139 Adding system calls
142 Adding a system call usually involves:
156 confirm that the correct system call is being made.)
231 * Note that the build system is ignorant to this flag being toggled, i.e. if
/bionic/libc/arch-arm/bionic/
D__bionic_clone.S48 # Make the system call.
/bionic/libc/arch-mips64/bionic/
D__bionic_clone.S64 # remainder of arguments are correct for clone system call
/bionic/libc/include/
Dstdlib.h98 extern int system(const char *string);
/bionic/tests/
Dstdlib_test.cpp273 TEST(stdlib, system) { in TEST() argument
276 status = system("exit 0"); in TEST()
280 status = system("exit 1"); in TEST()
/bionic/libstdc++/include/
Dcstdlib72 using ::system;
/bionic/libc/
DSYSCALLS.TXT1 # This file is used to automatically generate bionic's system call stubs.
147 # Paired off_t/off64_t system calls. On 64-bit systems,
149 # aliases. On 32-bit systems, we have two different system calls.
150 # That means that every system call in this section should take three lines.
183 # file system
Dlibc.map1168 system;
DAndroid.mk506 upstream-openbsd/lib/libc/stdlib/system.c \
DNOTICE4694 such a mathematical system to generate more random (yet non-repeating)
4696 actual system based on the constraints.
/bionic/libc/tools/
Dposix-2013.txt1042 system