Searched defs:leaf (Results 1 – 2 of 2) sorted by relevance
196 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()
1226 std::size_t leaf = dataDevice.rfind('/'); in GetStorageSize() local