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

/frameworks/base/libs/androidfw/
H A DBackupHelpers.cpp654 String8 leaf = fullname.getPathLeaf(); local
656 snprintf(paxHeader, 100, "PaxHeader/%s", leaf.string());
/frameworks/base/services/java/com/android/server/content/
H A DContentService.java857 // If this is the leaf node add the observer
915 private void collectMyObserversLocked(boolean leaf, IContentObserver observer, argument
935 if (leaf || (!leaf && entry.notifyForDescendants)) {
951 // This is the leaf node, notify all observers
/frameworks/native/cmds/installd/
H A Dutils.c154 const char* leaf,
157 if ((android_data_dir.len + strlen(PRIMARY_USER_PREFIX) + strlen(pkgname) + strlen(leaf) + 1)
162 sprintf(path, "%s%s%s/%s", android_data_dir.path, PRIMARY_USER_PREFIX, pkgname, leaf);
152 create_move_path(char path[PKG_PATH_MAX], const char* pkgname, const char* leaf, userid_t userid) argument
/frameworks/base/tools/aapt/
H A DAaptAssets.h226 AaptGroup(const String8& leaf, const String8& path) argument
227 : mLeaf(leaf), mPath(path) { }
259 AaptDir(const String8& leaf, const String8& path) argument
260 : mLeaf(leaf), mPath(path) { }
H A DResource.cpp53 static String8 parseResourceName(const String8& leaf) argument
55 const char* firstDot = strchr(leaf.string(), '.');
56 const char* str = leaf.string();
124 String8 leaf(group->getLeaf());
125 mLeafName = String8(leaf);
138 mPath.appendPath(leaf);
139 mBaseName = parseResourceName(leaf);
400 NOISY(printf("Creating new resource type set for leaf %s with group %s (%p)\n",
408 NOISY(printf("Adding to resource type set for leaf %s group %s (%p)\n",
413 NOISY(printf("Extending to resource type set for leaf
[all...]

Completed in 1394 milliseconds