Home
last modified time | relevance | path

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

/developtools/hdc/src/host/
Dhost_app.cpp41 string tarname = Base::GetRandomString(EXPECTED_LEN) + ".tar"; in Dir2Tar()
139 …= Base::GetRandomString(EXPECTED_LEN); // Prevent the name of illegal APP leads to pm unable to i… in CheckMaster()
/developtools/hdc/src/common/
Dbase.h65 string GetRandomString(const uint16_t expectedLen);
Dbase.cpp1093 string GetRandomString(const uint16_t expectedLen) in GetRandomString() function