Searched refs:other_dir (Results 1 – 8 of 8) sorted by relevance
85 CefScopedTempDir other_dir; in TEST() local86 EXPECT_TRUE(other_dir.Set(dir.Take())); in TEST()89 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))
231 for other_dir in dependencies:232 if directory.startswith(other_dir + '/'):233 raise Exception('%r is parent of %r' % (other_dir, directory))
221 for other_dir in dependencies:222 if directory.startswith(other_dir + '/'):223 raise Exception('%r is parent of %r' % (other_dir, directory))
216 for other_dir in dependencies:217 if directory.startswith(other_dir + '/'):218 raise Exception('%r is parent of %r' % (other_dir, directory))
119 raise Exception('%r is parent of %r' % (other_dir, directory))