Searched refs:other_dir (Results 1 – 3 of 3) sorted by relevance
91 ScopedTempDir other_dir; in TEST() local92 EXPECT_TRUE(other_dir.Set(dir.Take())); in TEST()95 EXPECT_FALSE(other_dir.CreateUniqueTempDir()); in TEST()
202 for other_dir in dependencies:203 if directory.startswith(other_dir + '/'):204 raise Exception('%r is parent of %r' % (other_dir, directory))