Home
last modified time | relevance | path

Searched refs:uuidStringSize (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/cmds/installd/
Dutils.cpp685 static constexpr auto uuidStringSize = 36; in make_unique_name() local
692 name.reserve(uuidStringSize + suffixSize); in make_unique_name()
694 name.resize(uuidStringSize); in make_unique_name()
/frameworks/base/services/incremental/
DIncrementalService.cpp220 static constexpr auto uuidStringSize = 36; in makeUniqueName() local
227 name.reserve(prefixSize + uuidStringSize); in makeUniqueName()
230 name.resize(prefixSize + uuidStringSize); in makeUniqueName()