Searched refs:path (Results 1 – 3 of 3) sorted by relevance
| /scripts/ |
| A D | old-symbolize | 35 SCRIPT_DIR = os.path.abspath(os.path.dirname(__file__)) 36 PREBUILTS_BASE_DIR = os.path.abspath(os.path.join(os.path.dirname(SCRIPT_DIR), "prebuilt", 64 return os.path.abspath(os.path.join(find_args["path"], name)) 71 if os.path.exists(id_file_path): 76 return path 154 def run_tool(path, *args): 155 cmd = [path] + list(args) 161 tool = os.path.basename(path) 177 return run_tool(path, *arguments) 233 zircon_build_dir = os.path.join( [all …]
|
| A D | update-docs-from-abigen | 27 SCRIPT_DIR = os.path.abspath(os.path.dirname(__file__)) 42 default=os.path.normpath( 48 default=os.path.normpath( 49 os.path.join(SCRIPT_DIR, os.pardir, 'docs', 'syscalls')), 480 path = SEE_ALSO_CONCEPTS[concept] 481 result.append(' - [' + concept + '](' + path + ')') 584 inf = os.path.relpath(args.json) 585 outf = os.path.relpath(args.docroot) 594 md = os.path.join(outf, name + '.md') 596 if not os.path.exists(md) and args.generate_missing: [all …]
|
| A D | run-zircon | 102 local path="$1" 103 case "$path" in 104 /*) echo "$path";; 105 *) echo "`pwd`/$path";;
|
Completed in 15 milliseconds