OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAssetPath
(Results
1 - 4
of
4
) sorted by null
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/preloader/
PreloaderBundleGenerator.java
58
String assetPath =
getAssetPath
(context);
184
private String
getAssetPath
(GeneratorContext context) {
/frameworks/base/include/androidfw/
AssetManager.h
126
String8
getAssetPath
(const int32_t cookie) const;
/frameworks/base/libs/androidfw/
AssetManager.cpp
335
String8 AssetManager::
getAssetPath
(const int32_t cookie) const
[
all
...]
/frameworks/base/core/jni/
android_util_AssetManager.cpp
1000
String8 name(am->
getAssetPath
(static_cast<int32_t>(cookie)));
[
all
...]
Completed in 279 milliseconds