Home
last modified time | relevance | path

Searched defs:leaf (Results 1 – 2 of 2) sorted by relevance

/system/core/libutils/include/utils/
DString8.h196 String8& appendPath(const String8& leaf) { return appendPath(leaf.string()); } in appendPath()
201 String8 appendPathCopy(const char* leaf) const in appendPathCopy()
203 String8 appendPathCopy(const String8& leaf) const { return appendPathCopy(leaf.string()); } in appendPathCopy()
/system/vold/
DVolumeManager.cpp1226 std::size_t leaf = dataDevice.rfind('/'); in GetStorageSize() local