Searched refs:ls (Results 1 – 5 of 5) sorted by relevance
30 if ls /boot/vmlinuz*acrn-service-vm* 1> /dev/null 2>&1;then31 service_vm_kernel=$(ls -tr /boot/vmlinuz-*acrn-service-vm* | tail -1)33 service_vm_kernel=$(ls /boot/vmlinuz-* | tail -1)
36 if ls /boot/vmlinuz*acrn-service-vm* 1> /dev/null 2>&1;then37 service_vm_kernel=$(ls -tr /boot/vmlinuz-*acrn-service-vm* | tail -1)39 service_vm_kernel=$(ls /boot/vmlinuz-* | tail -1)
35 blkid_partlist ls; in get_par_startaddr_from_img() local51 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()
36 for file in $(ls -r ${search_dir}/*acrn-kernel-*.deb)
67 ls ${build_dir}/*.deb | grep ${file}
Completed in 7 milliseconds