Home
last modified time | relevance | path

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

/hypervisor/scripts/
A Dgenconf.sh68 find ${out}/scenarios/${scenario} -iname *.h -o -iname *.c \
82 find ${line} -maxdepth 1 -name '*.patch' | while read f; do
/hypervisor/quirks/
A Dsecurity_vm_fixup.c23 struct acpi_table_header *header = NULL, *find = NULL; in get_acpi_mod_entry() local
31 find = header; in get_acpi_mod_entry()
36 return find; in get_acpi_mod_entry()
/hypervisor/
A DREADME.rst18 You can find out more about Project ACRN on the `Project ACRN documentation`_
A DMakefile398 DISTCLEAN_OBJS := $(shell find $(BASEDIR) -name '*.o')
/hypervisor/scripts/makefile/
A Dconfig.mk248 @find $(HV_CONFIG_A_DIR) -name '*.aml' -delete
249 …@cd $(HV_CONFIG_DIR) && find . -name '*.c' -or -name '*.h' -or -name '*.config' -or -name '*.asl' …

Completed in 17 milliseconds