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

  /external/chromium/base/
platform_file_posix.cc 22 static int CallFstat(int fd, stat_wrapper_t *sb) {
27 static int CallFstat(int fd, stat_wrapper_t *sb) {
187 if (CallFstat(file, &file_info))
  /external/chromium_org/base/files/
file_posix.cc 36 static int CallFstat(int fd, stat_wrapper_t *sb) {
42 static int CallFstat(int fd, stat_wrapper_t *sb) {
371 if (CallFstat(file_, &file_info))
  /external/chromium_org/base/
platform_file_posix.cc 34 static int CallFstat(int fd, stat_wrapper_t *sb) {
40 static int CallFstat(int fd, stat_wrapper_t *sb) {
372 if (CallFstat(file, &file_info))
file_util_posix.cc 84 static int CallFstat(int fd, stat_wrapper_t *sb) {
665 if (CallFstat(fd, &file_info) != 0)

Completed in 37 milliseconds