Home
last modified time | relevance | path

Searched refs:RandomStringForPath (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/cmds/idmap2/include/idmap2/
DFileUtils.h32 std::string RandomStringForPath(size_t length);
/frameworks/base/cmds/idmap2/libidmap2/
DFileUtils.cpp52 std::string RandomStringForPath(size_t length) { in RandomStringForPath() function
/frameworks/base/cmds/idmap2/idmap2d/
DIdmap2Service.cpp55 using android::idmap2::utils::RandomStringForPath;
283 const std::string random_suffix = RandomStringForPath(kSuffixLength); in createFabricatedOverlay()