Searched refs:random_suffix (Results 1 – 3 of 3) sorted by relevance
261 std::string random_suffix = GetRandomSuffix(); in WriteToFileAtomic() local262 if (random_suffix.empty()) { in WriteToFileAtomic()266 std::string temp_name = path.AddExtension(random_suffix).value(); in WriteToFileAtomic()
260 random_suffix = random.random()261 self._client_outfile = '/tmp/topcap-%r' % random_suffix
1851 random_suffix = hex(random.randint(2 ** 12, 2 ** 16 - 1))[2:]1852 dest = '%s-%s' % (path, random_suffix)