Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dfile_util_posix.cc936 stat_wrapper_t to_file_info; in MoveUnsafe() local
937 if (CallStat(to_path.value().c_str(), &to_file_info) == 0) { in MoveUnsafe()
940 if (S_ISDIR(to_file_info.st_mode) != S_ISDIR(from_file_info.st_mode)) in MoveUnsafe()