Home
last modified time | relevance | path

Searched refs:is_dir (Results 1 – 11 of 11) sorted by relevance

/Zephyr-latest/doc/_extensions/zephyr/
Dexternal_content.py103 to_delete = set(f for f in srcdir.glob("**/*") if not f.is_dir())
108 if not f.is_dir()
114 if src.is_dir():
116 [(f, prefix_src) for f in src.glob("**/*") if not f.is_dir()]
Dapplication.py105 if not app_path.is_dir():
/Zephyr-latest/lib/posix/options/
Dfs_priv.h19 bool is_dir: 1; member
Dfs.c34 static struct posix_fs_desc *posix_fs_alloc_obj(bool is_dir) in posix_fs_alloc_obj() argument
44 ptr->is_dir = is_dir; in posix_fs_alloc_obj()
/Zephyr-latest/scripts/
Dlist_shields.py42 if not maybe_shield.is_dir():
Dlist_boards.py193 if not arch.is_dir():
197 if not maybe_arch.is_dir() or maybe_arch == common:
209 if not (boards / arch).is_dir():
212 if not maybe_board.is_dir():
Dget_maintainer.py220 is_dir = os.path.isdir(path)
228 if is_dir:
536 if all(path.is_dir() for path in paths):
Dsnippets.py267 if not root_dir.is_dir():
273 if not snippets_dir.is_dir():
/Zephyr-latest/scripts/west_commands/
Dbuild_helpers.py76 dirs = [f for f in curr.iterdir() if f.is_dir()]
Dsdk.py335 extracted_dirs = [d for d in Path(tempdir).iterdir() if d.is_dir()]
/Zephyr-latest/doc/_scripts/
Dgen_devicetree_rest.py889 if not path.parent.is_dir():