Home
last modified time | relevance | path

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

/external/libbrillo/brillo/
Dfile_utils.cc261 std::string random_suffix = GetRandomSuffix(); in WriteToFileAtomic() local
262 if (random_suffix.empty()) { in WriteToFileAtomic()
266 std::string temp_name = path.AddExtension(random_suffix).value(); in WriteToFileAtomic()
/external/autotest/server/cros/
Dresource_monitor.py260 random_suffix = random.random()
261 self._client_outfile = '/tmp/topcap-%r' % random_suffix
/external/chromium-trace/catapult/devil/devil/android/
Ddevice_utils.py1851 random_suffix = hex(random.randint(2 ** 12, 2 ** 16 - 1))[2:]
1852 dest = '%s-%s' % (path, random_suffix)