Home
last modified time | relevance | path

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

/external/chromium_org/base/
Dfile_util_posix.cc897 stat_wrapper_t from_file_info; in MoveUnsafe() local
898 if (CallStat(from_path.value().c_str(), &from_file_info) == 0) { in MoveUnsafe()
899 if (S_ISDIR(to_file_info.st_mode) != S_ISDIR(from_file_info.st_mode)) in MoveUnsafe()
/external/chromium/base/
Dfile_util_posix.cc192 stat_wrapper_t from_file_info; in Move() local
193 if (CallStat(from_path.value().c_str(), &from_file_info) == 0) { in Move()
194 if (S_ISDIR(to_file_info.st_mode) != S_ISDIR(from_file_info.st_mode)) in Move()