Home
last modified time | relevance | path

Searched refs:_dir (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/buildtools/checkdeps/
H A Drules.py26 self._dir = directory
31 return '"%s%s" from %s.' % (self.allow, self._dir, self._source)
38 return self.allow, self._dependent_dir or '.', self._dir or '.'
43 return self._dir == other or self._dir.startswith(other + '/')
48 return self._dir == other or other.startswith(self._dir + '/')
/third_party/lzma/CPP/Windows/
H A DFileFind.cpp1181 if (_dir) in ~CEnumerator()
1182 closedir(_dir); in ~CEnumerator()
1211 if (!_dir) in NextAny()
1216 _dir = ::opendir((const char *)w); in NextAny()
1217 if (_dir == NULL) in NextAny()
1224 struct dirent *de = readdir(_dir); in NextAny()
1245 if (fstatat(dirfd(_dir), de->d_name, &st, AT_SYMLINK_NOFOLLOW) == 0) in NextAny()
1310 // probably it's OK to use fstatat() even if it changes file position dirfd(_dir) in Fill_FileInfo()
1311 int res = fstatat(dirfd(_dir), de.Name, &st, followLink ? 0 : AT_SYMLINK_NOFOLLOW); in Fill_FileInfo()
H A DFileFind.h301 DIR *_dir; member in NWindows::NFile::NFind::MY_UNCOPYABLE
306 CEnumerator(): _dir(NULL) {} in CEnumerator()
/third_party/skia/infra/bots/
H A Dutils.py65 self._dir = d
70 os.chdir(self._dir)
/third_party/python/Lib/test/
H A Dtest_mailbox.py2140 self._dir = os_helper.TESTFN
2141 if os.path.isdir(self._dir):
2142 os_helper.rmtree(self._dir)
2143 elif os.path.isfile(self._dir):
2144 os_helper.unlink(self._dir)
2145 os.mkdir(self._dir)
2146 os.mkdir(os.path.join(self._dir, "cur"))
2147 os.mkdir(os.path.join(self._dir, "tmp"))
2148 os.mkdir(os.path.join(self._dir, "new"))
2154 os_helper.rmdir(os.path.join(self._dir, "cu
[all...]
/third_party/rust/crates/cxx/gen/build/src/
H A Ddeps.rs95 dirs.sort_by_key(|(sort_key, _dir)| *sort_key); in direct_dependencies()
/third_party/rust/crates/rustix/tests/fs/
H A Dreaddir.rs154 let _dir = Dir::read_from(dirfd).expect("construct Dir from dirfd"); in dir_from_openat()
/third_party/python/Lib/unittest/test/testmock/
H A Dtestmagicmethods.py425 def _dir(self): function
427 mock.__dir__ = _dir
/third_party/gn/src/gn/
H A Dfunctions_target.cc374 The "bundle_*_dir" are be used for the expansion of {{bundle_*_dir}} rules in
/third_party/node/deps/npm/node_modules/path-scurry/dist/cjs/
H A Dindex.js1969 parseRootPath(_dir) {
/third_party/node/deps/npm/node_modules/path-scurry/dist/mjs/
H A Dindex.js1936 parseRootPath(_dir) {

Completed in 13 milliseconds