Searched refs:canonical_path (Results 1 – 1 of 1) sorted by relevance
91 std::string canonical_path; in UidHasWriteAccessToPath() local92 if (!base::Realpath(base::Dirname(path), &canonical_path)) { in UidHasWriteAccessToPath()97 if (canonical_path == kIdmapCacheDir || in UidHasWriteAccessToPath()98 canonical_path.compare(0, cache_subdir.size(), cache_subdir) == 0) { in UidHasWriteAccessToPath()