Searched defs:leaf (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/libs/androidfw/
H A DBackupHelpers.cpp657 String8 leaf = fullname.getPathLeaf(); local
659 snprintf(paxHeader, 100, "PaxHeader/%s", leaf.string());
/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/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.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

Completed in 179 milliseconds