Home
last modified time | relevance | path

Searched refs:path (Results 1 – 13 of 13) sorted by relevance

/examples/utest/testcases/posix/
A DSConscript10 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 DSConscript11 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 DSConscript11 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 Dlistdir.c18 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 DSConscript7 path = [cwd]
13 …p = DefineGroup('rtt_posix_testcase', src, depend = ['RTT_POSIX_TESTCASE_CTYPE_H'], CPPPATH = path)
/examples/utest/testcases/posix/errno_h/
A DSConscript7 path = [cwd]
13 …p = DefineGroup('rtt_posix_testcase', src, depend = ['RTT_POSIX_TESTCASE_ERRNO_H'], CPPPATH = path)
/examples/utest/testcases/drivers/serial_v2/
A DSConscript7 path = [cwd]
15 group = DefineGroup('utestcases', src, depend = ['UTEST_SERIAL_TC'], CPPPATH = path)
/examples/utest/testcases/posix/dirent_h/
A DSConscript7 path = [cwd]
17 … = DefineGroup('rtt_posix_testcase', src, depend = ['RTT_POSIX_TESTCASE_DIRENT_H'], CPPPATH = path)
/examples/utest/testcases/posix/stdlib_h/
A DSConscript7 path = [cwd]
25 … = DefineGroup('rtt_posix_testcase', src, depend = ['RTT_POSIX_TESTCASE_STDLIB_H'], CPPPATH = path)
/examples/utest/testcases/posix/unistd_h/
A DSConscript7 path = [cwd]
31 … = DefineGroup('rtt_posix_testcase', src, depend = ['RTT_POSIX_TESTCASE_UNISTD_H'], CPPPATH = path)
/examples/utest/testcases/posix/pthread_h/
A DSConscript7 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 DSConscript70 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 DSConscript7 path = [cwd]
120 …p = DefineGroup('rtt_posix_testcase', src, depend = ['RTT_POSIX_TESTCASE_STDIO_H'], CPPPATH = path)

Completed in 13 milliseconds