Searched refs:outdir (Results 1 – 2 of 2) sorted by relevance
/docs/source.android.com/scripts/ |
D | build.py | 68 outdir = curdir.split(os.path.sep) variable 69 outdir[0] = HTML_DIR 70 if len(outdir) == 2: 71 category = outdir[-1] 72 outdir = os.path.join(*outdir) variable 76 os.mkdir(os.path.join(outdir, subdir)) 118 html = codecs.open(os.path.join(outdir, f.replace('.md', '.html')), 'w', encoding="utf8") 121 shutil.copy(absfilename, os.path.join(outdir, f))
|
D | micro-httpd.py | 22 outdir = os.environ.get('OUTDIR', os.path.join(os.path.dirname(__file__), '..', 'out')) variable 23 os.chdir(outdir)
|