HomeSort by relevance Sort by last modified time
    Searched full:real_path_result (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/base/files/
file_util_posix.cc 598 FilePath real_path_result; local
599 if (!RealPath(path, &real_path_result))
602 // To be consistant with windows, fail if |real_path_result| is a
605 if (CallStat(real_path_result.value().c_str(), &file_info) != 0 ||
609 *normalized_path = real_path_result;

Completed in 4709 milliseconds