Searched refs:CreateAssetFromFile (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/androidfw/include/androidfw/
H A DApkAssets.h89 static std::unique_ptr<Asset> CreateAssetFromFile(const std::string& path);
/frameworks/base/libs/androidfw/
H A DApkAssets.cpp57 std::unique_ptr<Asset> idmap_asset = CreateAssetFromFile(idmap_path);
81 std::unique_ptr<Asset> ApkAssets::CreateAssetFromFile(const std::string& path) { function in class:android::ApkAssets

Completed in 125 milliseconds