Searched refs:path (Results 1 – 13 of 13) sorted by relevance
| /examples/utest/testcases/posix/ |
| A D | SConscript | 10 path = os.path.join(cwd, d) 11 if os.path.isfile(os.path.join(path, 'SConscript')): 12 objs = objs + SConscript(os.path.join(d, 'SConscript'))
|
| /examples/utest/testcases/drivers/ |
| A D | SConscript | 11 path = os.path.join(cwd, d) 12 if os.path.isfile(os.path.join(path, 'SConscript')): 13 objs = objs + SConscript(os.path.join(d, 'SConscript'))
|
| /examples/utest/testcases/ |
| A D | SConscript | 11 path = os.path.join(cwd, d) 12 if os.path.isfile(os.path.join(path, 'SConscript')): 13 objs = objs + SConscript(os.path.join(d, 'SConscript'))
|
| /examples/file/ |
| A D | listdir.c | 18 void list_dir(const char* path) in list_dir() argument 23 dir = opendir(path); in list_dir() 44 rt_sprintf(fullpath, "%s/%s", path, dirent->d_name); in list_dir() 61 rt_kprintf("open %s directory failed\n", path); in list_dir()
|
| /examples/utest/testcases/posix/ctype_h/ |
| A D | SConscript | 7 path = [cwd] 13 …p = DefineGroup('rtt_posix_testcase', src, depend = ['RTT_POSIX_TESTCASE_CTYPE_H'], CPPPATH = path)
|
| /examples/utest/testcases/posix/errno_h/ |
| A D | SConscript | 7 path = [cwd] 13 …p = DefineGroup('rtt_posix_testcase', src, depend = ['RTT_POSIX_TESTCASE_ERRNO_H'], CPPPATH = path)
|
| /examples/utest/testcases/drivers/serial_v2/ |
| A D | SConscript | 7 path = [cwd] 15 group = DefineGroup('utestcases', src, depend = ['UTEST_SERIAL_TC'], CPPPATH = path)
|
| /examples/utest/testcases/posix/dirent_h/ |
| A D | SConscript | 7 path = [cwd] 17 … = DefineGroup('rtt_posix_testcase', src, depend = ['RTT_POSIX_TESTCASE_DIRENT_H'], CPPPATH = path)
|
| /examples/utest/testcases/posix/stdlib_h/ |
| A D | SConscript | 7 path = [cwd] 25 … = DefineGroup('rtt_posix_testcase', src, depend = ['RTT_POSIX_TESTCASE_STDLIB_H'], CPPPATH = path)
|
| /examples/utest/testcases/posix/unistd_h/ |
| A D | SConscript | 7 path = [cwd] 31 … = DefineGroup('rtt_posix_testcase', src, depend = ['RTT_POSIX_TESTCASE_UNISTD_H'], CPPPATH = path)
|
| /examples/utest/testcases/posix/pthread_h/ |
| A D | SConscript | 7 path = [cwd + '/functions'] 11 path += [cwd + '/functions/testfrmw'] 45 …= DefineGroup('rtt_posix_testcase', src, depend = ['RTT_POSIX_TESTCASE_PTHREAD_H'], CPPPATH = path)
|
| /examples/utest/testcases/kernel/ |
| A D | SConscript | 70 if os.path.isfile(os.path.join(cwd, item, 'SConscript')): 71 group = group + SConscript(os.path.join(item, 'SConscript'))
|
| /examples/utest/testcases/posix/stdio_h/ |
| A D | SConscript | 7 path = [cwd] 120 …p = DefineGroup('rtt_posix_testcase', src, depend = ['RTT_POSIX_TESTCASE_STDIO_H'], CPPPATH = path)
|
Completed in 13 milliseconds