Home
last modified time | relevance | path

Searched refs:statbuff (Results 1 - 5 of 5) sorted by relevance

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dmmanndk1.cpp35 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 Dmntentndk1.cpp35 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 Dstat1ndk.cpp85 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 Dmmanndk.cpp121 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 Dstatndk.cpp414 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