OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:to_file_info
(Results
1 - 1
of
1
) sorted by null
/external/chromium/base/
file_util_posix.cc
190
stat_wrapper_t
to_file_info
;
local
191
if (CallStat(to_path.value().c_str(), &
to_file_info
) == 0) {
194
if (S_ISDIR(
to_file_info
.st_mode) != S_ISDIR(from_file_info.st_mode))
Completed in 78 milliseconds