Home
last modified time | relevance | path

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

/system/vold/
DCheckEncryption.cpp70 std::string randomhex; in check_file() local
71 StrToHex(randombytes, randomhex); in check_file()
73 for (int i = 0; i < repeats; i++) os << randomhex; in check_file()
123 LOG(DEBUG) << "First position of blob: " << area.find(randomhex); in check_file()