Home
last modified time | relevance | path

Searched refs:join (Results 1 – 25 of 55) sorted by relevance

123

/components/drivers/sensor/
A DSConscript9 src += [os.path.join('v2', 'sensor.c')]
11 src += [os.path.join('v2', 'sensor_cmd.c')]
13 src += [os.path.join('v1', 'sensor.c')]
15 src += [os.path.join('v1', 'sensor_cmd.c')]
/components/utilities/libadt/
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'))
/components/net/lwip/
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'))
/components/legacy/usb/
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'))
/components/net/
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'))
/components/drivers/
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'))
/components/utilities/rt-link/
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'))
/components/drivers/usb/
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'))
/components/libc/compilers/
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'))
/components/libc/posix/
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'))
/components/libc/posix/io/
A DSConscript11 path = os.path.join(cwd, d)
12 if os.path.isfile(os.path.join(path, 'SConscript')):
13 group = group + SConscript(os.path.join(d, 'SConscript'))
/components/utilities/
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'))
/components/libc/compilers/common/extension/fcntl/
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'))
/components/dfs/
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'))
/components/dfs/dfs_v1/filesystems/
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'))
/components/dfs/dfs_v2/filesystems/
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'))
/components/libc/
A DSConscript12 path = os.path.join(cwd, d)
13 if os.path.isfile(os.path.join(path, 'SConscript')):
14 objs = objs + SConscript(os.path.join(d, 'SConscript'))
/components/legacy/fdt/
A DSConscript12 path = os.path.join(cwd, d)
13 if os.path.isfile(os.path.join(path, 'SConscript')):
14 objs = objs + SConscript(os.path.join(d, 'SConscript'))
/components/legacy/fdt/src/
A DSConscript12 path = os.path.join(cwd, d)
13 if os.path.isfile(os.path.join(path, 'SConscript')):
14 objs = objs + SConscript(os.path.join(d, 'SConscript'))
/components/legacy/
A DSConscript12 dfs_cwd = os.path.join(cwd,'dfs')
19 if os.path.isfile(os.path.join(cwd, item, 'SConscript')):
20 group = group + SConscript(os.path.join(item, 'SConscript'))
/components/drivers/pinctrl/
A DSConscript18 path = os.path.join(cwd, d)
19 if os.path.isfile(os.path.join(path, 'SConscript')):
20 objs = objs + SConscript(os.path.join(d, 'SConscript'))
/components/libc/compilers/common/extension/
A DSConscript17 path = os.path.join(cwd, d)
18 if os.path.isfile(os.path.join(path, 'SConscript')):
19 group = group + SConscript(os.path.join(d, 'SConscript'))
/components/drivers/ofw/
A DSConscript20 path = os.path.join(cwd, d)
21 if os.path.isfile(os.path.join(path, 'SConscript')):
22 objs = objs + SConscript(os.path.join(d, 'SConscript'))
/components/drivers/sdio/
A DSConscript17 src += [os.path.join('sdhci', 'sdhci.c')]
18 src += [os.path.join('sdhci', 'fit-mmc.c')]
19 src += [os.path.join('sdhci', 'sdhci-platform.c')]
/components/drivers/pci/host/
A DSConscript20 path = os.path.join(cwd, d)
21 if os.path.isfile(os.path.join(path, 'SConscript')):
22 objs = objs + SConscript(os.path.join(d, 'SConscript'))

Completed in 36 milliseconds

123