Home
last modified time | relevance | path

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

/misc/packaging/
A D100_ACRN30 if ls /boot/vmlinuz*acrn-service-vm* 1> /dev/null 2>&1;then
31 service_vm_kernel=$(ls -tr /boot/vmlinuz-*acrn-service-vm* | tail -1)
33 service_vm_kernel=$(ls /boot/vmlinuz-* | tail -1)
A Dacrn-hypervisor.postinst36 if ls /boot/vmlinuz*acrn-service-vm* 1> /dev/null 2>&1;then
37 service_vm_kernel=$(ls -tr /boot/vmlinuz-*acrn-service-vm* | tail -1)
39 service_vm_kernel=$(ls /boot/vmlinuz-* | tail -1)
/misc/debug_tools/acrn_crashlog/acrnprobe/
A Dloop.c35 blkid_partlist ls; in get_par_startaddr_from_img() local
51 ls = blkid_probe_get_partitions(pr); in get_par_startaddr_from_img()
52 if (!ls) { in get_par_startaddr_from_img()
56 nparts = blkid_partlist_numof_partitions(ls); in get_par_startaddr_from_img()
63 par = blkid_partlist_get_partition(ls, i); in get_par_startaddr_from_img()
/misc/sample_application/image_builder/
A Dsetup_rt_vm.sh36 for file in $(ls -r ${search_dir}/*acrn-kernel-*.deb)
A Dcreate_image.sh67 ls ${build_dir}/*.deb | grep ${file}

Completed in 7 milliseconds