Home
last modified time | relevance | path

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

/aosp14/frameworks/base/cmds/idmap2/libidmap2/
H A DFileUtils.cpp31 std::string canonical_path; in UidHasWriteAccessToPath() local
32 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()