Searched refs:doc_path (Results 1 – 3 of 3) sorted by relevance
268 char *doc_path; in gen_test_file_url() local272 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 …]
30 doc_path = os.path.join(_DEVIL_PATH, v)39 with open(doc_path, 'w') as doc_file:
1111 doc_path = documentation_path(self.full_name)1113 path='.', start=os.path.dirname(doc_path) or '.')