Searched refs:resolved_path (Results 1 – 2 of 2) sorted by relevance
253 const std::string resolved_path = ResolvePath(path); in OpenInternal() local256 const int result = stat(resolved_path.c_str(), &sb); in OpenInternal()260 return ApkAssets::CreateAssetFromFile(resolved_path); in OpenInternal()
2219 std::string resolved_path; in MaybeResolveSymlink() local2220 if (android::base::Readlink(*path, &resolved_path)) { in MaybeResolveSymlink()2221 *path = resolved_path; in MaybeResolveSymlink()