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

/external/chromium/base/
H A Dfile_util_posix.cc269 struct stat to_path_stat; local
271 if (recursive && stat(to_path.value().c_str(), &to_path_stat) == 0 &&
272 S_ISDIR(to_path_stat.st_mode)) {
/external/chromium_org/base/
H A Dfile_util_posix.cc262 struct stat to_path_stat; local
264 if (recursive && stat(to_path.value().c_str(), &to_path_stat) == 0 &&
265 S_ISDIR(to_path_stat.st_mode)) {

Completed in 318 milliseconds