Searched defs:CallStat (Results 1 - 1 of 1) sorted by relevance

/external/chromium/base/
H A Dfile_util_posix.cc66 static int CallStat(const char *path, stat_wrapper_t *sb) { function in namespace:file_util
72 static int CallStat(const char *path, stat_wrapper_t *sb) {
114 int test = CallStat(path.Append(ent->d_name).value().c_str(), &st);
150 int test = CallStat(path_str, &file_info);
191 if (CallStat(to_path.value().c_str(), &to_file_info) == 0) {
193 if (CallStat(from_path.value().c_str(), &from_file_info) == 0) {
331 if (CallStat(path.value().c_str(), &file_info) == 0)
520 if (CallStat(file_path.value().c_str(), &file_info) != 0)
806 if (CallStat(real_path_result.value().c_str(), &file_info) != 0 ||

Completed in 18 milliseconds