Home
last modified time | relevance | path

Searched refs:doc_dir_path (Results 1 – 2 of 2) sorted by relevance

/dports/lang/zig-devel/zig-0.9.0/src/stage1/
H A Dcodegen.cpp9853 Buf *doc_dir_path = &g->docs_output_path; in codegen_build_object() local
9854 if ((err = os_make_path(doc_dir_path))) { in codegen_build_object()
9855 … fprintf(stderr, "Unable to create directory %s: %s\n", buf_ptr(doc_dir_path), err_str(err)); in codegen_build_object()
9860 Buf *index_html_dest_path = buf_sprintf("%s" OS_SEP "index.html", buf_ptr(doc_dir_path)); in codegen_build_object()
9863 Buf *main_js_dest_path = buf_sprintf("%s" OS_SEP "main.js", buf_ptr(doc_dir_path)); in codegen_build_object()
9875 … const char *data_js_filename = buf_ptr(buf_sprintf("%s" OS_SEP "data.js", buf_ptr(doc_dir_path))); in codegen_build_object()
/dports/lang/zig/zig-0.9.0/src/stage1/
H A Dcodegen.cpp9853 Buf *doc_dir_path = &g->docs_output_path; in codegen_build_object() local
9854 if ((err = os_make_path(doc_dir_path))) { in codegen_build_object()
9855 … fprintf(stderr, "Unable to create directory %s: %s\n", buf_ptr(doc_dir_path), err_str(err)); in codegen_build_object()
9860 Buf *index_html_dest_path = buf_sprintf("%s" OS_SEP "index.html", buf_ptr(doc_dir_path)); in codegen_build_object()
9863 Buf *main_js_dest_path = buf_sprintf("%s" OS_SEP "main.js", buf_ptr(doc_dir_path)); in codegen_build_object()
9875 … const char *data_js_filename = buf_ptr(buf_sprintf("%s" OS_SEP "data.js", buf_ptr(doc_dir_path))); in codegen_build_object()