Home
last modified time | relevance | path

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

/frameworks/base/cmds/idmap2/libidmap2/
DFileUtils.cpp91 std::string canonical_path; in UidHasWriteAccessToPath() local
92 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()