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

/frameworks/base/libs/androidfw/
H A DBackupHelpers.cpp652 String8 leaf = fullname.getPathLeaf(); local
654 snprintf(paxHeader, 100, "PaxHeader/%s", leaf.string());
/frameworks/base/services/core/java/com/android/server/content/
H A DContentService.java1284 // If this is the leaf node add the observer
1342 private void collectMyObserversLocked(boolean leaf, IContentObserver observer, argument
1362 if (leaf) {
1363 // If we are at the leaf: we always report, unless the sender has asked
1373 // If we are not at the leaf: we report if the observer says it wants
1381 if (DEBUG) Slog.d(TAG, "Reporting to " + entry.observer + ": leaf=" + leaf
1399 // This is the leaf node, notify all observers
1400 if (DEBUG) Slog.d(TAG, "Collecting leaf observers @ #" + index + ", node " + mName);
1405 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.cpp62 String8 parseResourceName(const String8& leaf) argument
64 const char* firstDot = strchr(leaf.string(), '.');
65 const char* str = leaf.string();
134 String8 leaf(group->getLeaf());
135 mLeafName = String8(leaf);
150 mPath.appendPath(leaf);
151 mBaseName = parseResourceName(leaf);
414 printf("Creating new resource type set for leaf %s with group %s (%p)\n",
424 printf("Adding to resource type set for leaf %s group %s (%p)\n",
431 printf("Extending to resource type set for leaf
[all...]
/frameworks/native/cmds/installd/
H A Dutils.cpp248 const char* leaf,
251 if ((android_data_dir.len + strlen(PRIMARY_USER_PREFIX) + strlen(pkgname) + strlen(leaf) + 1)
256 sprintf(path, "%s%s%s/%s", android_data_dir.path, PRIMARY_USER_PREFIX, pkgname, leaf);
246 create_move_path(char path[PKG_PATH_MAX], const char* pkgname, const char* leaf, userid_t userid ATTRIBUTE_UNUSED) argument

Completed in 1299 milliseconds