OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:appendPathToResTable
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/androidfw/include/androidfw/
AssetManager.h
251
bool
appendPathToResTable
(asset_path& ap, bool appAsLib=false) const;
/frameworks/base/libs/androidfw/
AssetManager.cpp
227
appendPathToResTable
(mAssetPaths.editItemAt(apPos), appAsLib);
292
appendPathToResTable
(oap);
320
appendPathToResTable
(mAssetPaths.editItemAt(apPos), appAsLib);
536
bool AssetManager::
appendPathToResTable
(asset_path& ap, bool appAsLib) const {
654
bool empty =
appendPathToResTable
(
[
all
...]
Completed in 164 milliseconds