Searched refs:target_directory (Results 1 – 3 of 3) sorted by relevance
47 def check_licenses(base_directory, target_directory=None): argument49 if not target_directory:55 start_dir = os.path.abspath(os.path.join(base_directory, target_directory))147 target_directory = None149 target_directory = args[0]153 results = check_licenses(options.base_directory, target_directory)
67 target_directory = os.path.join(70 if options.generate and not os.path.exists(target_directory):71 os.makedirs(target_directory)83 yield os.path.join(target_directory, header_filename)85 with open(os.path.join(target_directory, header_filename), 'w') as f:
202 def buildProjectInDirectory( target_directory ):204 target_build_dir = os.path.join( build_dir, target_directory )205 target = os.path.join( target_directory, 'sconscript' )