Searched refs:LoadFromDir (Results 1 – 3 of 3) sorted by relevance
113 static std::unique_ptr<const ApkAssets> LoadFromDir(
182 apk_assets = ApkAssets::LoadFromDir(path.c_str(), property_flags, std::move(loader_assets)); in NativeLoad()
402 std::unique_ptr<const ApkAssets> ApkAssets::LoadFromDir( in LoadFromDir() function in android::ApkAssets