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

/external/chromium/base/
H A Dfile_util_posix.cc192 stat_wrapper_t from_file_info; local
193 if (CallStat(from_path.value().c_str(), &from_file_info) == 0) {
194 if (S_ISDIR(to_file_info.st_mode) != S_ISDIR(from_file_info.st_mode))

Completed in 1163 milliseconds