Searched refs:SIZE_1024 (Results 1 - 14 of 14) sorted by relevance
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | fcntlndk.cpp | 47 #define SIZE_1024 1024
macro 138 int ret = posix_fallocate(fd, SIZE_8, SIZE_1024);
in PosixFallocate() 148 int ret = posix_fallocate64(fd, SIZE_8, SIZE_1024);
in PosixFallocate64() 230 int returnValue = posix_fadvise(fileDescribe, SIZE_8, SIZE_1024, POSIX_FADV_NORMAL);
in PosixFadvise() 240 int returnValue = posix_fadvise64(fileDescribe, SIZE_8, SIZE_1024, POSIX_FADV_NORMAL);
in PosixFadvise64()
|
H A D | mntentndk.cpp | 35 #define SIZE_1024 1024
macro 94 char strings[SIZE_1024];
in GetmntentRtest()
|
H A D | fcntl1ndk.cpp | 49 #define SIZE_1024 1024
macro 166 ret = posix_fallocate(fd, SIZE_8, SIZE_1024);
in PosixFallocate() 170 ret = posix_fallocate(PARAM_UNNORMAL, SIZE_8, SIZE_1024);
in PosixFallocate() 314 ret = posix_fadvise(fd, SIZE_8, SIZE_1024, POSIX_FADV_NORMAL);
in PosixFadvise() 318 ret = posix_fadvise(PARAM_UNNORMAL, SIZE_8, SIZE_1024, POSIX_FADV_NORMAL);
in PosixFadvise()
|
H A D | resourcendk.cpp | 46 #define SIZE_1024 1024
macro 174 long lim1 = SIZE_1024;
in Setrlimit() 203 long lim1 = SIZE_1024;
in Setrlimit64()
|
H A D | resolvndk.cpp | 33 #define SIZE_1024 1024
macro 63 unsigned char buf[SIZE_1024] = {PARAM_0};
in ResMkquery()
|
H A D | resourcendk1.cpp | 46 #define SIZE_1024 1024
macro
|
H A D | socketndk.cpp | 53 #define SIZE_1024 1024
macro
|
H A D | stdiondk.cpp | 71 #define SIZE_1024 1024
macro
|
H A D | timendk.cpp | 84 #define SIZE_1024 1024
macro
|
H A D | wctypendk.cpp | 48 #define SIZE_1024 1024
macro
|
H A D | stdlibndk.cpp | 57 #define SIZE_1024 1024
macro
|
H A D | stringndk.cpp | 54 #define SIZE_1024 1024
macro
|
H A D | wcharndk.cpp | 66 #define SIZE_1024 1024
macro
|
/test/xts/acts/security/huks/huks_ndk_Test/entry/src/main/cpp/ |
H A D | huksndk.cpp | 41 #define SIZE_1024 1024
macro 74 gkeyAlias->size = SIZE_1024;
in OHHuksGetSdkVersion()
|
Completed in 21 milliseconds