Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/docs/
Dgenerate_lib_test.py195 test_out_dir = os.path.join(test_dir, 'out')
196 os.makedirs(test_out_dir)
220 generate_lib.replace_refs(test_in_dir, test_out_dir, reference_resolver,
223 with open(os.path.join(test_out_dir, 'a/file1.md')) as f:
230 with open(os.path.join(test_out_dir, 'b/file2.md')) as f:
240 with open(os.path.join(test_out_dir, 'b/file3.notmd')) as f:
246 with open(os.path.join(test_out_dir, 'b/OWNERS')) as f:
/external/ltp/pan/
Dltp-pan.c129 static char *test_out_dir = NULL; /* dir to buffer output to */ variable
201 test_out_dir = strdup(optarg); in main()
416 if (test_out_dir && (keep_active == 1)) { in main()
417 free(test_out_dir); in main()
418 test_out_dir = NULL; in main()
421 if (test_out_dir) { in main()
424 if (stat(test_out_dir, &sbuf) < 0) { in main()
427 panname, test_out_dir, errno, strerror(errno)); in main()
433 panname, test_out_dir); in main()
436 if (access(test_out_dir, W_OK | R_OK | X_OK) < 0) { in main()
[all …]