Searched refs:leaf (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/tools/aapt/
H A DAaptAssets.h211 AaptGroup(const String8& leaf, const String8& path) argument
212 : mLeaf(leaf), mPath(path) { }
244 AaptDir(const String8& leaf, const String8& path) argument
245 : mLeaf(leaf), mPath(path) { }
H A DResource.cpp58 String8 parseResourceName(const String8& leaf) argument
60 const char* firstDot = strchr(leaf.string(), '.');
61 const char* str = leaf.string();
130 String8 leaf(group->getLeaf());
131 mLeafName = String8(leaf);
146 mPath.appendPath(leaf);
147 mBaseName = parseResourceName(leaf);
415 printf("Creating new resource type set for leaf %s with group %s (%p)\n",
425 printf("Adding to resource type set for leaf %s group %s (%p)\n",
432 printf("Extending to resource type set for leaf
[all...]
/frameworks/native/cmds/installd/
H A Dutils.h101 const char* leaf,
H A Dutils.cpp383 const char* leaf,
386 if ((android_data_dir.len + strlen(PRIMARY_USER_PREFIX) + strlen(pkgname) + strlen(leaf) + 1)
391 sprintf(path, "%s%s%s/%s", android_data_dir.path, PRIMARY_USER_PREFIX, pkgname, leaf);
381 create_move_path(char path[PKG_PATH_MAX], const char* pkgname, const char* leaf, userid_t userid ATTRIBUTE_UNUSED) argument
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp709 const String8 leaf(entryName.getPathLeaf());
710 if (leaf.size() > 0) {
728 if (leaf == "audio.wav") {
732 } else if (leaf == "trim.txt") {
737 frame.name = leaf;
/frameworks/base/keystore/java/android/security/keystore/
H A DAndroidKeyStoreSpi.java112 final X509Certificate leaf = (X509Certificate) engineGetCertificate(alias);
113 if (leaf == null) {
134 caList[0] = leaf;
546 // Store the leaf certificate
/frameworks/base/services/core/java/com/android/server/content/
H A DContentService.java1364 // If this is the leaf node add the observer
1422 private void collectMyObserversLocked(boolean leaf, IContentObserver observer, argument
1442 if (leaf) {
1443 // If we are at the leaf: we always report, unless the sender has asked
1453 // If we are not at the leaf: we report if the observer says it wants
1461 if (DEBUG) Slog.d(TAG, "Reporting to " + entry.observer + ": leaf=" + leaf
1479 // This is the leaf node, notify all observers
1480 if (DEBUG) Slog.d(TAG, "Collecting leaf observers @ #" + index + ", node " + mName);
1485 if (DEBUG) Slog.d(TAG, "Collecting non-leaf observer
[all...]
/frameworks/base/libs/androidfw/
H A DBackupHelpers.cpp657 String8 leaf = fullname.getPathLeaf(); local
659 snprintf(paxHeader, 100, "PaxHeader/%s", leaf.string());

Completed in 282 milliseconds