Lines Matching full:directory
21 # Domains.py must be imported from the pylib directory, since
28 '''Name of the default Zephyr build directory.'''
34 If the build directory is not given, the default is {}/ unless the
35 build.dir-fmt configuration variable is set. The current directory is
36 checked after that. If either is a Zephyr build directory, it is used.
85 '''Heuristic for finding a build directory.
87 The default build directory is computed by reading the build.dir-fmt
92 the default build folder is a build directory, it is returned.
93 Next, if the current working directory is a build directory, it is
94 returned. Finally, the default build directory is returned (may be None).
118 build directory.
120 "Valid" means the given path is a directory which contains a CMake
136 log.dbg(f'{path} is a zephyr build directory',
140 log.dbg(f'{path} is NOT a valid zephyr build directory',