Searched refs:_mkdir (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/doc/_extensions/zephyr/ |
D | application.py | 269 def _mkdir(mkdir, build_dir, host_os, skip_config): member in ZephyrAppCommandsDirective 308 content.extend(self._mkdir(mkdir, build_dir, 'all', 326 content.extend(self._mkdir(mkdir, build_dir, host, skip_config))
|
/Zephyr-latest/include/zephyr/posix/sys/ |
D | stat.h | 229 int _mkdir(const char *_path, mode_t __mode);
|