Searched refs:dir (Results 1 – 7 of 7) sorted by relevance
| /doc/scripts/ |
| A D | extract_content.py | 34 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 D | changed-docs.sh | 22 dir=`dirname $0` 26 awk -v changes=$2 -f $dir/changed-docs.awk
|
| A D | filter-doc-log.sh | 35 $KI_SCRIPT --config-dir ${CONFIG_DIR} ${LOG_FILE} > ${BUILDDIR}/doc.warnings 2>&1
|
| /doc/extensions/ |
| A D | last_updated.py | 59 def _not_git_repo(dir): argument 60 res = subprocess.call(['git', '-C', dir, 'rev-parse'],
|
| /doc/tutorials/images/ |
| A D | s5-scenario-1.dot | 8 "Master" -> "Slave" [dir=both arrowsize=.5];
|
| /doc/user-guides/ |
| A D | acrn-dm-parameters.rst | 627 ``unmount_partition <dir>``
|
| /doc/developer-guides/hld/ |
| A D | hld-devicemodel.rst | 588 typedef int (*mem_func_t)(struct vmctx *ctx, int vcpu, int dir, uint64_t addr,
|
Completed in 21 milliseconds