Lines Matching defs:exist
225 std::cout << "File " << file << " is not exist\n";
369 std::cout << "Warning. Block device " << blockDevice << " is not exist.\n";
437 auto exist = IsFileExist("/dev/extcon3-1");
438 EXPECT_TRUE(exist);
439 exist = IsFileExist("/dev/extcon3");
440 EXPECT_FALSE(exist);
453 auto exist = IsFileExist("/dev/usb-dev");
454 EXPECT_TRUE(exist);
468 auto exist = IsFileExist("/dev/usb-dev-1");
469 EXPECT_FALSE(exist);
483 auto exist = IsFileExist("/dev/bus/usb/003/004");
484 EXPECT_TRUE(exist);