Home
last modified time | relevance | path

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

/external/ltp/testcases/commands/mkswap/
Dmkswap01.sh43 local dev_file="$5"
55 if tst_kvcmp -lt "2.6.35" && [ -n "$dev_file" ]; then
56 tst_res TINFO "Waiting for $dev_file to appear"
59 TST_RETRY_FUNC "check_for_file $dev_file" 0
114 local dev_file="$5"
134 mkswap_verify "$mkswap_op" "$op_arg" "$device" "$size" "$dev_file"
/external/stressapptest/src/
Dos.cc756 char dev_file[256]; in PciOpen() local
758 snprintf(dev_file, sizeof(dev_file), "/proc/bus/pci/%02x/%02x.%x", in PciOpen()
761 int fd = open(dev_file, O_RDWR); in PciOpen()
/external/crosvm/src/
Dlinux.rs747 let dev_file = OpenOptions::new() in create_vinput_device() localVariable
753 let dev = virtio::new_evdev(dev_file, virtio::base_features(cfg.protected_vm)) in create_vinput_device()