Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/androidfw/include/androidfw/
H A DAssetDir.h52 size_t getFileCount(void) { return mFileInfo->size(); } in getFileCount() function
/aosp14/frameworks/base/native/android/
H A Dasset_manager.cpp108 const size_t max = assetDir->mAssetDir->getFileCount(); in AAssetDir_getNextFileName()
/aosp14/frameworks/base/libs/androidfw/tests/
H A DAssetManager2_test.cpp686 ASSERT_THAT(asset_dir->getFileCount(), Eq(2u)); in TEST_F()
696 ASSERT_THAT(asset_dir->getFileCount(), Eq(1u)); in TEST_F()
708 ASSERT_THAT(asset_dir->getFileCount(), Eq(3u)); in TEST_F()
/aosp14/frameworks/base/tools/split-select/
H A DMain.cpp230 const size_t fileCount = dir->getFileCount(); in extractSplitDescriptionsFromApk()
/aosp14/frameworks/base/tools/aapt/
H A DCommand.cpp2372 if (dir->getFileCount() > 0) { in doDump()
2374 for (size_t i=0; i<dir->getFileCount(); i++) { in doDump()
/aosp14/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp451 const size_t file_count = asset_dir->getFileCount(); in NativeList()