HomeSort by relevance Sort by last modified time
    Searched refs:other_dir (Results 1 - 3 of 3) sorted by null

  /external/libchrome/base/files/
scoped_temp_dir_unittest.cc 91 ScopedTempDir other_dir; local
92 EXPECT_TRUE(other_dir.Set(dir.Take()));
95 EXPECT_FALSE(other_dir.CreateUniqueTempDir());
  /external/skia/tools/
git-sync-deps 202 for other_dir in dependencies:
203 if directory.startswith(other_dir + '/'):
204 raise Exception('%r is parent of %r' % (other_dir, directory))
  /external/skqp/tools/
git-sync-deps 202 for other_dir in dependencies:
203 if directory.startswith(other_dir + '/'):
204 raise Exception('%r is parent of %r' % (other_dir, directory))

Completed in 167 milliseconds