HomeSort by relevance Sort by last modified time
    Searched defs:abs_path (Results 1 - 6 of 6) sorted by null

  /external/tensorflow/tensorflow/contrib/cmake/
python_sanity_test.py 28 def abs_path(path): function
40 with open(abs_path(test.entries_file), "r") as f:
66 if not os.path.isdir(abs_path(entry)):
77 dir_exists = os.path.isdir(abs_path(path))
96 module_names = next(os.walk(abs_path("tensorflow/contrib")))[1]
  /external/ltp/testcases/kernel/syscalls/faccessat/
faccessat01.c 116 char *abs_path = tst_get_tmpdir(); local
122 sprintf(testfile2, "%s/faccessattestfile%d.txt", abs_path, p);
125 free(abs_path);
  /external/ltp/testcases/kernel/syscalls/fchmodat/
fchmodat01.c 115 char *abs_path = tst_get_tmpdir(); local
120 sprintf(testfile2, "%s/fchmodattest%d.txt", abs_path, p);
123 free(abs_path);
  /external/ltp/testcases/kernel/syscalls/futimesat/
futimesat01.c 104 char *abs_path = tst_get_tmpdir(); local
106 SAFE_ASPRINTF(cleanup, &testfile3, "%s/futimesatfile3.txt", abs_path);
107 free(abs_path);
  /external/ltp/testcases/kernel/syscalls/fstatat/
fstatat01.c 121 char *abs_path = tst_get_tmpdir(); local
123 SAFE_ASPRINTF(cleanup, &testfile3, "%s/fstatattestfile3.txt", abs_path);
124 free(abs_path);
  /external/ltp/testcases/kernel/syscalls/unlinkat/
unlinkat01.c 109 char *abs_path = tst_get_tmpdir(); local
111 SAFE_ASPRINTF(cleanup, &testfile3, "%s/unlinkatfile3.txt", abs_path);
113 free(abs_path);

Completed in 302 milliseconds