OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:assetDir
(Results
1 - 25
of
26
) sorted by null
1
2
/frameworks/base/native/android/
asset_manager.cpp
22
#include <androidfw/
AssetDir
.h>
38
AssetDir
* mAssetDir;
42
AAssetDir(
AssetDir
* dir) : mAssetDir(dir), mCurFileIndex(0) { }
123
*
AssetDir
functionality
126
const char* AAssetDir_getNextFileName(AAssetDir*
assetDir
)
129
size_t index =
assetDir
->mCurFileIndex;
130
const size_t max =
assetDir
->mAssetDir->getFileCount();
135
while ((index < max) && (
assetDir
->mAssetDir->getFileType(index) != kFileTypeRegular)) {
142
assetDir
->mCachedFileName =
assetDir
->mAssetDir->getFileName(index)
[
all
...]
/development/ndk/platforms/android-9/include/android/
asset_manager.h
67
* The string returned here is owned by the
AssetDir
implementation and is not
71
const char* AAssetDir_getNextFileName(AAssetDir*
assetDir
);
76
void AAssetDir_rewind(AAssetDir*
assetDir
);
81
void AAssetDir_close(AAssetDir*
assetDir
);
/prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/android/
asset_manager.h
65
* The string returned here is owned by the
AssetDir
implementation and is not
69
const char* AAssetDir_getNextFileName(AAssetDir*
assetDir
);
74
void AAssetDir_rewind(AAssetDir*
assetDir
);
79
void AAssetDir_close(AAssetDir*
assetDir
);
/prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/android/
asset_manager.h
65
* The string returned here is owned by the
AssetDir
implementation and is not
69
const char* AAssetDir_getNextFileName(AAssetDir*
assetDir
);
74
void AAssetDir_rewind(AAssetDir*
assetDir
);
79
void AAssetDir_close(AAssetDir*
assetDir
);
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/android/
asset_manager.h
65
* The string returned here is owned by the
AssetDir
implementation and is not
69
const char* AAssetDir_getNextFileName(AAssetDir*
assetDir
);
74
void AAssetDir_rewind(AAssetDir*
assetDir
);
79
void AAssetDir_close(AAssetDir*
assetDir
);
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/android/
asset_manager.h
65
* The string returned here is owned by the
AssetDir
implementation and is not
69
const char* AAssetDir_getNextFileName(AAssetDir*
assetDir
);
74
void AAssetDir_rewind(AAssetDir*
assetDir
);
79
void AAssetDir_close(AAssetDir*
assetDir
);
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/android/
asset_manager.h
65
* The string returned here is owned by the
AssetDir
implementation and is not
69
const char* AAssetDir_getNextFileName(AAssetDir*
assetDir
);
74
void AAssetDir_rewind(AAssetDir*
assetDir
);
79
void AAssetDir_close(AAssetDir*
assetDir
);
/prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/android/
asset_manager.h
65
* The string returned here is owned by the
AssetDir
implementation and is not
69
const char* AAssetDir_getNextFileName(AAssetDir*
assetDir
);
74
void AAssetDir_rewind(AAssetDir*
assetDir
);
79
void AAssetDir_close(AAssetDir*
assetDir
);
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/android/
asset_manager.h
65
* The string returned here is owned by the
AssetDir
implementation and is not
69
const char* AAssetDir_getNextFileName(AAssetDir*
assetDir
);
74
void AAssetDir_rewind(AAssetDir*
assetDir
);
79
void AAssetDir_close(AAssetDir*
assetDir
);
/prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/android/
asset_manager.h
67
* The string returned here is owned by the
AssetDir
implementation and is not
71
const char* AAssetDir_getNextFileName(AAssetDir*
assetDir
);
76
void AAssetDir_rewind(AAssetDir*
assetDir
);
81
void AAssetDir_close(AAssetDir*
assetDir
);
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/android/
asset_manager.h
67
* The string returned here is owned by the
AssetDir
implementation and is not
71
const char* AAssetDir_getNextFileName(AAssetDir*
assetDir
);
76
void AAssetDir_rewind(AAssetDir*
assetDir
);
81
void AAssetDir_close(AAssetDir*
assetDir
);
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/android/
asset_manager.h
67
* The string returned here is owned by the
AssetDir
implementation and is not
71
const char* AAssetDir_getNextFileName(AAssetDir*
assetDir
);
76
void AAssetDir_rewind(AAssetDir*
assetDir
);
81
void AAssetDir_close(AAssetDir*
assetDir
);
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/android/
asset_manager.h
67
* The string returned here is owned by the
AssetDir
implementation and is not
71
const char* AAssetDir_getNextFileName(AAssetDir*
assetDir
);
76
void AAssetDir_rewind(AAssetDir*
assetDir
);
81
void AAssetDir_close(AAssetDir*
assetDir
);
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/android/
asset_manager.h
67
* The string returned here is owned by the
AssetDir
implementation and is not
71
const char* AAssetDir_getNextFileName(AAssetDir*
assetDir
);
76
void AAssetDir_rewind(AAssetDir*
assetDir
);
81
void AAssetDir_close(AAssetDir*
assetDir
);
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/android/
asset_manager.h
67
* The string returned here is owned by the
AssetDir
implementation and is not
71
const char* AAssetDir_getNextFileName(AAssetDir*
assetDir
);
76
void AAssetDir_rewind(AAssetDir*
assetDir
);
81
void AAssetDir_close(AAssetDir*
assetDir
);
/prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/android/
asset_manager.h
67
* The string returned here is owned by the
AssetDir
implementation and is not
71
const char* AAssetDir_getNextFileName(AAssetDir*
assetDir
);
76
void AAssetDir_rewind(AAssetDir*
assetDir
);
81
void AAssetDir_close(AAssetDir*
assetDir
);
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/android/
asset_manager.h
67
* The string returned here is owned by the
AssetDir
implementation and is not
71
const char* AAssetDir_getNextFileName(AAssetDir*
assetDir
);
76
void AAssetDir_rewind(AAssetDir*
assetDir
);
81
void AAssetDir_close(AAssetDir*
assetDir
);
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/android/
asset_manager.h
67
* The string returned here is owned by the
AssetDir
implementation and is not
71
const char* AAssetDir_getNextFileName(AAssetDir*
assetDir
);
76
void AAssetDir_rewind(AAssetDir*
assetDir
);
81
void AAssetDir_close(AAssetDir*
assetDir
);
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/android/
asset_manager.h
67
* The string returned here is owned by the
AssetDir
implementation and is not
71
const char* AAssetDir_getNextFileName(AAssetDir*
assetDir
);
76
void AAssetDir_rewind(AAssetDir*
assetDir
);
81
void AAssetDir_close(AAssetDir*
assetDir
);
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/android/
asset_manager.h
67
* The string returned here is owned by the
AssetDir
implementation and is not
71
const char* AAssetDir_getNextFileName(AAssetDir*
assetDir
);
76
void AAssetDir_rewind(AAssetDir*
assetDir
);
81
void AAssetDir_close(AAssetDir*
assetDir
);
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/android/
asset_manager.h
67
* The string returned here is owned by the
AssetDir
implementation and is not
71
const char* AAssetDir_getNextFileName(AAssetDir*
assetDir
);
76
void AAssetDir_rewind(AAssetDir*
assetDir
);
81
void AAssetDir_close(AAssetDir*
assetDir
);
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/android/
asset_manager.h
67
* The string returned here is owned by the
AssetDir
implementation and is not
71
const char* AAssetDir_getNextFileName(AAssetDir*
assetDir
);
76
void AAssetDir_rewind(AAssetDir*
assetDir
);
81
void AAssetDir_close(AAssetDir*
assetDir
);
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/android/
asset_manager.h
67
* The string returned here is owned by the
AssetDir
implementation and is not
71
const char* AAssetDir_getNextFileName(AAssetDir*
assetDir
);
76
void AAssetDir_rewind(AAssetDir*
assetDir
);
81
void AAssetDir_close(AAssetDir*
assetDir
);
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/android/
asset_manager.h
67
* The string returned here is owned by the
AssetDir
implementation and is not
71
const char* AAssetDir_getNextFileName(AAssetDir*
assetDir
);
76
void AAssetDir_rewind(AAssetDir*
assetDir
);
81
void AAssetDir_close(AAssetDir*
assetDir
);
/frameworks/native/include/android/
asset_manager.h
65
* The string returned here is owned by the
AssetDir
implementation and is not
69
const char* AAssetDir_getNextFileName(AAssetDir*
assetDir
);
74
void AAssetDir_rewind(AAssetDir*
assetDir
);
79
void AAssetDir_close(AAssetDir*
assetDir
);
Completed in 1221 milliseconds
1
2