Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/tests/
DAttributeResolution_bench.cpp50 assetmanager.OpenNonAsset("res/layout/layout.xml", Asset::ACCESS_BUFFER); in BM_ApplyStyle()
130 std::unique_ptr<Asset> asset = assetmanager.OpenNonAsset( in BM_ApplyStyleFramework()
DIdmap_test.cpp186 auto asset = asset_manager.OpenNonAsset("res/layout/hello_view.xml", cookie, in TEST_F()
DAttributeResolution_test.cpp53 assetmanager_.OpenNonAsset("res/layout/layout.xml", Asset::ACCESS_BUFFER); in SetUp()
/frameworks/base/libs/androidfw/include/androidfw/
DAssetManager2.h188 std::unique_ptr<Asset> OpenNonAsset(const std::string& filename, Asset::AccessMode mode,
194 std::unique_ptr<Asset> OpenNonAsset(const std::string& filename, ApkAssetsCookie cookie,
/frameworks/base/startop/view_compiler/
Dapk_layout_compiler.cc111 auto asset = resources.OpenNonAsset(layout_path, android::Asset::ACCESS_RANDOM, &cookie); in CompileApkAssetsLayouts()
/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp593 asset = assetmanager->OpenNonAsset(asset_path_utf8.c_str(), cookie, in NativeOpenNonAsset()
596 asset = assetmanager->OpenNonAsset(asset_path_utf8.c_str(), in NativeOpenNonAsset()
621 asset = assetmanager->OpenNonAsset(asset_path_utf8.c_str(), cookie, Asset::ACCESS_RANDOM); in NativeOpenNonAssetFd()
623 asset = assetmanager->OpenNonAsset(asset_path_utf8.c_str(), Asset::ACCESS_RANDOM); in NativeOpenNonAssetFd()
647 asset = assetmanager->OpenNonAsset(asset_path_utf8.c_str(), cookie, Asset::ACCESS_RANDOM); in NativeOpenXmlAsset()
649 asset = assetmanager->OpenNonAsset(asset_path_utf8.c_str(), Asset::ACCESS_RANDOM, &cookie); in NativeOpenXmlAsset()
/frameworks/base/libs/androidfw/
DAssetManager2.cpp427 return OpenNonAsset(new_path, mode); in Open()
433 return OpenNonAsset(new_path, cookie, mode); in Open()
471 std::unique_ptr<Asset> AssetManager2::OpenNonAsset(const std::string& filename, in OpenNonAsset() function in android::AssetManager2
497 std::unique_ptr<Asset> AssetManager2::OpenNonAsset(const std::string& filename, in OpenNonAsset() function in android::AssetManager2
/frameworks/base/tools/aapt2/cmd/
DLink.cpp768 assets->OpenNonAsset(kAndroidManifestPath, cookie, Asset::AccessMode::ACCESS_BUFFER)); in ExtractCompileSdkVersions()