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

  /bionic/libc/arch-arm64/syscalls/
__statfs.S 5 ENTRY(__statfs) function
14 END(__statfs)
15 .hidden __statfs
  /bionic/libc/arch-x86_64/syscalls/
__statfs.S 5 ENTRY(__statfs) function
15 END(__statfs)
16 .hidden __statfs
  /bionic/libc/arch-mips64/syscalls/
__statfs.S 5 ENTRY(__statfs) function
25 END(__statfs)
26 .hidden __statfs
  /bionic/libc/bionic/
statvfs.cpp 25 extern "C" int __statfs(const char*, struct statfs*);
27 # define __statfs64(path,size,buf) __statfs(path,buf)

Completed in 166 milliseconds