Home
last modified time | relevance | path

Searched refs:dir (Results 1 – 7 of 7) sorted by relevance

/doc/scripts/
A Dextract_content.py34 def get_files(all, dest, dir): argument
36 for root, dirnames, filenames in os.walk('%s/%s' %(ZEPHYR_BASE, dir)):
46 dir=os.path.dirname(frel)
47 if not os.path.exists(os.path.join(dest, dir)):
48 os.makedirs(os.path.join(dest, dir))
69 if not os.path.exists(os.path.join(dest, dir, ind)):
70 os.makedirs(os.path.join(dest, dir, ind))
72 src = os.path.join(ZEPHYR_BASE, dir, inf)
73 dst = os.path.join(dest, dir, inf)
A Dchanged-docs.sh22 dir=`dirname $0`
26 awk -v changes=$2 -f $dir/changed-docs.awk
A Dfilter-doc-log.sh35 $KI_SCRIPT --config-dir ${CONFIG_DIR} ${LOG_FILE} > ${BUILDDIR}/doc.warnings 2>&1
/doc/extensions/
A Dlast_updated.py59 def _not_git_repo(dir): argument
60 res = subprocess.call(['git', '-C', dir, 'rev-parse'],
/doc/tutorials/images/
A Ds5-scenario-1.dot8 "Master" -> "Slave" [dir=both arrowsize=.5];
/doc/user-guides/
A Dacrn-dm-parameters.rst627 ``unmount_partition <dir>``
/doc/developer-guides/hld/
A Dhld-devicemodel.rst588 typedef int (*mem_func_t)(struct vmctx *ctx, int vcpu, int dir, uint64_t addr,

Completed in 21 milliseconds