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