Home
last modified time | relevance | path

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

/external/ltp/testcases/commands/mkswap/
Dmkswap01.sh55 local dev_file="$5"
67 if tst_kvcmp -lt "2.6.35" && [ -n "$dev_file" ]; then
68 tst_res TINFO "Waiting for $dev_file to appear"
71 TST_RETRY_FUNC "check_for_file $dev_file" 0
126 local dev_file="$5"
144 mkswap_verify "$mkswap_op" "$op_arg" "$device" "$size" "$dev_file"
/external/stressapptest/src/
Dos.cc741 char dev_file[256]; in PciOpen() local
743 snprintf(dev_file, sizeof(dev_file), "/proc/bus/pci/%02x/%02x.%x", in PciOpen()
746 int fd = open(dev_file, O_RDWR); in PciOpen()