HomeSort by relevance Sort by last modified time
    Searched refs:__statfs64 (Results 1 - 4 of 4) sorted by null

  /bionic/libc/arch-arm/syscalls/
__statfs64.S 5 ENTRY(__statfs64) function
16 END(__statfs64)
  /bionic/libc/arch-mips/syscalls/
__statfs64.S 5 ENTRY(__statfs64) function
19 END(__statfs64)
  /bionic/libc/arch-x86/syscalls/
__statfs64.S 5 ENTRY(__statfs64) function
39 END(__statfs64)
  /bionic/libc/bionic/
statvfs.cpp 27 # define __statfs64(path,size,buf) __statfs(path,buf) macro
30 extern "C" int __statfs64(const char*, size_t, struct statfs*);
62 int rc = __statfs64(path, sizeof(*result), result);

Completed in 1026 milliseconds