OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:other_dir
(Results
1 - 2
of
2
) 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))
Completed in 700 milliseconds