Lines Matching refs:directory
141 """Add the directory 'dir' to the list 'dirlist' (after any relative
145 2) 'dir' actually exists, and is a directory.
186 """Return the directory of the current macOS SDK.
234 """Searches for the directory where a given file is located,
242 found in one of them, the resulting list will contain the directory.
246 # An SDK is a directory with the same structure as a real
391 raise ValueError("No source directory; cannot proceed.")
410 # files in Modules/ directory
655 # If the build directory didn't exist when setup.py was
837 # used for a library directory.
842 for directory in reversed(options.dirs):
843 add_dir_to_list(dir_list, directory)
1512 # directory, which is not in sys.path when running Python during