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

  /external/chromium_org/base/files/
file.h 39 typedef struct stat stat_wrapper_t; typedef in namespace:base
41 typedef struct stat64 stat_wrapper_t; typedef in namespace:base
136 void FromStat(const stat_wrapper_t& stat_info);
file_posix.cc 35 static int CallFstat(int fd, stat_wrapper_t *sb) {
40 static int CallFstat(int fd, stat_wrapper_t *sb) {
120 void File::Info::FromStat(const stat_wrapper_t& stat_info) {
401 stat_wrapper_t file_info;
434 stat_wrapper_t file_info;
  /external/chromium_org/base/
platform_file_posix.cc 33 typedef struct stat stat_wrapper_t; typedef in namespace:base::__anon6994
34 static int CallFstat(int fd, stat_wrapper_t *sb) {
39 typedef struct stat64 stat_wrapper_t;
40 static int CallFstat(int fd, stat_wrapper_t *sb) {
269 stat_wrapper_t file_info;
file_util_posix.cc 65 static int CallStat(const char *path, stat_wrapper_t *sb) {
69 static int CallLstat(const char *path, stat_wrapper_t *sb) {
74 static int CallStat(const char *path, stat_wrapper_t *sb) {
78 static int CallLstat(const char *path, stat_wrapper_t *sb) {
99 stat_wrapper_t stat_info;
204 stat_wrapper_t file_info;
366 stat_wrapper_t file_info;
411 stat_wrapper_t file_info;
427 stat_wrapper_t stat_buf;
604 stat_wrapper_t file_info
    [all...]

Completed in 108 milliseconds