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

  /external/chromium_org/base/
file_util_posix.cc 65 static int CallStat(const char *path, stat_wrapper_t *sb) {
75 static int CallStat(const char *path, stat_wrapper_t *sb) {
375 if (CallStat(path.value().c_str(), &file_info) == 0)
422 if (CallStat(path.value().c_str(), &file_info) != 0)
436 if (CallStat(path.value().c_str(), &stat_buf) != 0)
634 if (CallStat(real_path_result.value().c_str(), &file_info) != 0 ||
669 if (CallStat(file_path.value().c_str(), &file_info) != 0)
720 using base::CallStat;
896 if (CallStat(to_path.value().c_str(), &to_file_info) == 0) {
898 if (CallStat(from_path.value().c_str(), &from_file_info) == 0)
    [all...]
  /external/chromium/base/
file_util_posix.cc 66 static int CallStat(const char *path, stat_wrapper_t *sb) {
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 23 milliseconds