Home
last modified time | relevance | path

Searched defs:_dir (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Lib/plat-mac/
Dappletrawmain.py22 _dir = os.path.split(sys.executable)[0] # removes "python" variable
23 _dir = os.path.split(_dir)[0] # Removes "MacOS" variable
24 _dir = os.path.join(_dir, 'Resources') variable
27 _dir = os.path.split(sys.argv[0])[0] variable
/external/lzma/CPP/Windows/
DFileFind.h300 DIR *_dir; variable
/external/rust/crates/tokio/tests/
Dnet_unix_pipe.rs18 _dir: tempfile::TempDir, field
/external/python/cpython3/Lib/unittest/test/testmock/
Dtestmagicmethods.py425 def _dir(self): function
/external/erofs-utils/lib/
Dinode.c1083 DIR *_dir; in erofs_mkfs_build_tree() local
Dxattr.c695 DIR *_dir; in erofs_count_all_xattrs_from_path() local
/external/armnn/third-party/ghc/
Dfilesystem.hpp4925 DIR* _dir; member in ghc::filesystem::directory_iterator::impl