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.java1015 // If this is the leaf node add the observer
1073 private void collectMyObserversLocked(boolean leaf, IContentObserver observer, argument
1093 if (leaf || (!leaf && entry.notifyForDescendants)) {
1109 // This is the leaf node, notify all observers
/frameworks/native/cmds/installd/
H A Dutils.c165 const char* leaf,
168 if ((android_data_dir.len + strlen(PRIMARY_USER_PREFIX) + strlen(pkgname) + strlen(leaf) + 1)
173 sprintf(path, "%s%s%s/%s", android_data_dir.path, PRIMARY_USER_PREFIX, pkgname, leaf);
163 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.h213 AaptGroup(const String8& leaf, const String8& path) argument
214 : mLeaf(leaf), mPath(path) { }
246 AaptDir(const String8& leaf, const String8& path) argument
247 : mLeaf(leaf), mPath(path) { }
H A DResource.cpp57 String8 parseResourceName(const String8& leaf) argument
59 const char* firstDot = strchr(leaf.string(), '.');
60 const char* str = leaf.string();
129 String8 leaf(group->getLeaf());
130 mLeafName = String8(leaf);
143 mPath.appendPath(leaf);
144 mBaseName = parseResourceName(leaf);
404 NOISY(printf("Creating new resource type set for leaf %s with group %s (%p)\n",
412 NOISY(printf("Adding to resource type set for leaf %s group %s (%p)\n",
417 NOISY(printf("Extending to resource type set for leaf
[all...]

Completed in 1922 milliseconds