OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:swapoff
(Results
1 - 16
of
16
) sorted by null
/bionic/libc/arch-arm/syscalls/
swapoff.S
5
ENTRY(
swapoff
)
function
14
END(
swapoff
)
/bionic/libc/arch-arm64/syscalls/
swapoff.S
5
ENTRY(
swapoff
)
function
14
END(
swapoff
)
/bionic/libc/arch-mips/syscalls/
swapoff.S
5
ENTRY(
swapoff
)
function
19
END(
swapoff
)
/bionic/libc/arch-x86_64/syscalls/
swapoff.S
5
ENTRY(
swapoff
)
function
15
END(
swapoff
)
/bionic/libc/include/sys/
swap.h
42
extern int
swapoff
(const char*) __nonnull((1));
/development/ndk/platforms/android-L/include/sys/
swap.h
42
extern int
swapoff
(const char*) __nonnull((1));
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
swap.h
39
extern int
swapoff
(__const char *__path) __THROW;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
swap.h
39
extern int
swapoff
(__const char *__path) __THROW;
/prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/sys/
swap.h
42
extern int
swapoff
(const char*) __nonnull((1));
/prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/sys/
swap.h
42
extern int
swapoff
(const char*) __nonnull((1));
/prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/sys/
swap.h
42
extern int
swapoff
(const char*) __nonnull((1));
/bionic/libc/arch-x86/syscalls/
swapoff.S
5
ENTRY(
swapoff
)
function
21
END(
swapoff
)
/bionic/libc/arch-mips64/syscalls/
swapoff.S
5
ENTRY(
swapoff
)
function
25
END(
swapoff
)
/system/core/toolbox/
swapoff.c
14
err =
swapoff
(argv[1]);
16
fprintf(stderr, "
swapoff
failed for %s\n", argv[1]);
Android.mk
190
swapoff
\
/external/chromium_org/components/nacl/loader/nonsfi/
nonsfi_sandbox_sigsys_unittest.cc
534
RESTRICT_SYSCALL_DEATH_TEST(
swapoff
);
Completed in 2214 milliseconds