Home
last modified time | relevance | path

Searched refs:to_path_stat (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/base/files/
Dfile_util_posix.cc297 struct stat to_path_stat; in CopyDirectory() local
299 if (recursive && stat(to_path.value().c_str(), &to_path_stat) == 0 && in CopyDirectory()
300 S_ISDIR(to_path_stat.st_mode)) { in CopyDirectory()