Home
last modified time | relevance | path

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

/tools/treble/build/sandbox/
Doverlay.py86 skip_subdirs, allowed_projects, destination_dir, argument
132 if '.bindmount' in files or (not allowed_projects or
133 os.path.relpath(current_dir_origin, source_dir) in allowed_projects):
244 skip_subdirs, allowed_projects, allowed_read_write, argument
287 skip_subdirs, allowed_projects, destination_dir,
412 allowed_projects = ET.parse(build_config.allowed_projects_file)
414 for child in allowed_projects.getroot().findall("project"):
474 allowed_projects = self._GetAllowedProjects(build_config)
484 skip_subdirs, allowed_projects, allowed_read_write, contains_read_write,