OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PROT_READ
(Results
51 - 75
of
468
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm-generic/
mman-common.h
21
#define
PROT_READ
0x1
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm-generic/
mman-common.h
21
#define
PROT_READ
0x1
/prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/asm-generic/
mman-common.h
21
#define
PROT_READ
0x1
/prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/asm-generic/
mman-common.h
21
#define
PROT_READ
0x1
/prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/asm-generic/
mman-common.h
21
#define
PROT_READ
0x1
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/asm-generic/
mman-common.h
21
#define
PROT_READ
0x1
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/asm-generic/
mman-common.h
21
#define
PROT_READ
0x1
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm-generic/
mman-common.h
21
#define
PROT_READ
0x1
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm-generic/
mman-common.h
21
#define
PROT_READ
0x1
/prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/asm-generic/
mman-common.h
21
#define
PROT_READ
0x1
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm-generic/
mman-common.h
21
#define
PROT_READ
0x1
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm-generic/
mman-common.h
21
#define
PROT_READ
0x1
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/asm-generic/
mman-common.h
21
#define
PROT_READ
0x1
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm-generic/
mman-common.h
21
#define
PROT_READ
0x1
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm-generic/
mman-common.h
21
#define
PROT_READ
0x1
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/asm-generic/
mman-common.h
21
#define
PROT_READ
0x1
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/asm-generic/
mman-common.h
21
#define
PROT_READ
0x1
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/asm-generic/
mman-common.h
21
#define
PROT_READ
0x1
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/asm-generic/
mman-common.h
21
#define
PROT_READ
0x1
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/asm-generic/
mman-common.h
21
#define
PROT_READ
0x1
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm-generic/
mman-common.h
21
#define
PROT_READ
0x1
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm-generic/
mman-common.h
21
#define
PROT_READ
0x1
/external/chromium_org/third_party/skia/src/ports/
SkPurgeableMemoryBlock_android.cpp
68
int err = ashmem_set_prot_region(fd,
PROT_READ
| PROT_WRITE);
75
void* addr = mmap(NULL, fSize,
PROT_READ
| PROT_WRITE, MAP_PRIVATE, fd, 0);
/external/libffi/testsuite/libffi.call/
ffitest.h
69
page = mmap (NULL, size,
PROT_READ
| PROT_WRITE | PROT_EXEC,
73
page = mmap (NULL, size,
PROT_READ
| PROT_WRITE | PROT_EXEC,
/external/llvm/autoconf/m4/
func_mmap_file.m4
16
fd = (int) mmap (0, 1,
PROT_READ
, MAP_SHARED, fd, 0);
Completed in 420 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>