HomeSort by relevance Sort by last modified time
    Searched defs:wstat (Results 1 - 9 of 9) sorted by null

  /system/core/adb/sysdeps/win32/
stat.cpp 30 // This definition of wstat seems to be missing from <sys/stat.h>.
33 #define wstat _wstat32i64 macro
35 #define wstat _wstat64
38 // <sys/stat.h> has a function prototype for wstat() that should be available.
56 int result = wstat(path_wide.c_str(), &st);
  /external/ppp/pppd/plugins/
passprompt.c 32 int readgood, wstat; local
88 while (waitpid(kid, &wstat, 0) < 0) {
98 if (!WIFEXITED(wstat))
100 if (WEXITSTATUS(wstat))
  /prebuilts/go/darwin-x86/src/syscall/
zsyscall_plan9_386.go 164 func wstat(path string, edir []byte) (err error) { func
zsyscall_plan9_amd64.go 164 func wstat(path string, edir []byte) (err error) { func
zsyscall_plan9_arm.go 164 func wstat(path string, edir []byte) (err error) { func
  /prebuilts/go/linux-x86/src/syscall/
zsyscall_plan9_386.go 164 func wstat(path string, edir []byte) (err error) { func
zsyscall_plan9_amd64.go 164 func wstat(path string, edir []byte) (err error) { func
zsyscall_plan9_arm.go 164 func wstat(path string, edir []byte) (err error) { func
  /external/ImageMagick/MagickCore/
nt-base.h 286 #if !defined(wstat) && !defined(__BORLANDC__)
290 # define wstat _wstati64 macro
292 # define wstat _wstat macro

Completed in 295 milliseconds