Home
last modified time | relevance | path

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

/aosp12/system/extras/puncture_fs/
H A Dpuncture_fs.cpp122 char random_string[15]; in create_unique_dir() local
126 random_string[i] = get_random_char(); in create_unique_dir()
128 random_string[14] = '\0'; in create_unique_dir()
130 sprintf(dir, "%s/%s", root_path, random_string); in create_unique_dir()
/aosp12/build/make/tools/releasetools/
H A Dtest_common.py587 random_string = os.urandom(1024)
589 self._test_ZipWriteStr("foo", random_string)
593 self._test_ZipWriteStr(zinfo, random_string)
597 self._test_ZipWriteStr(zinfo, random_string)
600 random_string = os.urandom(1024)
602 self._test_ZipWriteStr("foo", random_string, {
606 self._test_ZipWriteStr("bar", random_string, {
612 self._test_ZipWriteStr(zinfo, random_string, {
615 self._test_ZipWriteStr(zinfo, random_string, {
619 self._test_ZipWriteStr(zinfo, random_string, {
[all …]