Home
last modified time | relevance | path

Searched refs:doc_path (Results 1 – 3 of 3) sorted by relevance

/external/libmicrohttpd/src/testcurl/https/
Dtls_test_common.c268 char *doc_path; in gen_test_file_url() local
272 if (NULL == (doc_path = malloc (doc_path_len))) in gen_test_file_url()
277 if (getcwd (doc_path, doc_path_len) == NULL) in gen_test_file_url()
288 if (doc_path[i] == 0) in gen_test_file_url()
290 if (doc_path[i] == '\\') in gen_test_file_url()
292 doc_path[i] = '/'; in gen_test_file_url()
294 if (doc_path[i] != ':') in gen_test_file_url()
298 doc_path[i] = doc_path[i - 1]; in gen_test_file_url()
299 doc_path[i - 1] = '/'; in gen_test_file_url()
305 doc_path, "urlpath") < 0) in gen_test_file_url()
[all …]
/external/chromium-trace/catapult/devil/bin/
Dgenerate_md_docs30 doc_path = os.path.join(_DEVIL_PATH, v)
39 with open(doc_path, 'w') as doc_file:
/external/tensorflow/tensorflow/tools/docs/
Dparser.py1111 doc_path = documentation_path(self.full_name)
1113 path='.', start=os.path.dirname(doc_path) or '.')