Searched refs:test_fname (Results 1 – 3 of 3) sorted by relevance
/external/ltp/testcases/kernel/syscalls/statx/ |
D | statx03.c | 43 static char *test_fname = TESTFILE; variable 55 {.dfd = -1, .filename = &test_fname, .flag = 0, 61 {.dfd = AT_FDCWD, .filename = &test_fname, .flag = -1, 64 {.dfd = AT_FDCWD, .filename = &test_fname, .flag = 0, 70 {.dfd = 1, .filename = &test_fname, .flag = 0,
|
/external/python/cpython2/Lib/test/ |
D | test_runpy.py | 118 test_fname = mod_base+os.extsep+"py" 128 mod_fname = os.path.join(sub_dir, test_fname)
|
/external/python/cpython3/Lib/test/ |
D | test_runpy.py | 227 test_fname = mod_base+os.extsep+"py" 240 mod_fname = os.path.join(sub_dir, test_fname)
|