Searched refs:statbuff (Results 1 - 5 of 5) sorted by relevance
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | mmanndk1.cpp | 35 struct stat statbuff;
in Mmap() local 53 ret = stat(g_tempFile, &statbuff);
in Mmap() 62 start = mmap(nullptr, statbuff.st_size, PROT_READ, MAP_PRIVATE, fileDescribe, PARAM_0);
in Mmap() 69 munmap(start, statbuff.st_size);
in Mmap()
|
H A D | mntentndk1.cpp | 35 struct stat statbuff;
in GetMnTent() local 54 ret = stat(TEMP_FILE, &statbuff);
in GetMnTent() 86 struct stat statbuff;
in GetMnTentR() local 105 ret = stat(TEMP_FILE, &statbuff);
in GetMnTentR()
|
H A D | stat1ndk.cpp | 85 struct stat statbuff;
in Lstat() local 86 int32_t ret = lstat("teststat.txt", &statbuff);
in Lstat() 98 struct stat64 statbuff;
in Lstat64() local 99 int32_t ret = lstat64("teststat.txt", &statbuff);
in Lstat64()
|
H A D | mmanndk.cpp | 121 struct stat statbuff;
in Mmap() local 124 stat(ptr, &statbuff);
in Mmap() 127 start = mmap(nullptr, statbuff.st_size, PROT_READ, MAP_PRIVATE, fd, PARAM_0);
in Mmap() 133 munmap(start, statbuff.st_size);
in Mmap()
|
H A D | statndk.cpp | 414 struct stat statbuff;
in Lstat() local 415 int32_t ret = lstat("/etc/passwd", &statbuff);
in Lstat() 427 struct stat statbuff;
in Lstat64() local 428 int32_t ret = lstat64("/etc/passwd", &statbuff);
in Lstat64()
|
Completed in 5 milliseconds