Lines Matching defs:cout
49 std::cout << "Cannot get stat of " << g_testRoot << std::endl;
62 std::cout << "Cannot create directory " << g_testRoot << " err = " << errno << std::endl;
75 std::cout << "Old root directory is not valid\n";
80 std::cout << "Failed to change working directory to '/', err = " << errno << std::endl;
84 std::cout << "Failed to change root directory to '/', err = " << errno << std::endl;
88 std::cout << "Change root back done\n";
91 std::cout << "Failed to remove " << g_testRoot << ", err = " << errno << std::endl;
103 std::cout << "Cannot open dir " << path << ", err = " << errno << std::endl;
122 std::cout << "Failed to get stat of " << fullPath << std::endl;
127 std::cout << "Failed to remove directory " << fullPath << std::endl;
132 std::cout << "Failed to unlink file " << fullPath << std::endl;
149 std::cout << "Failed to open root directory\n";
154 std::cout << "Failed to pen root directory, err = " << errno << std::endl;
160 std::cout << "Failed to change working directory to " << g_testRoot << ", err = " << errno << std::endl;
166 std::cout << "Failed to change root directory to " << g_testRoot << ", err = " << errno << std::endl;
170 std::cout << "Change root to " << g_testRoot << " done\n";
225 std::cout << "File " << file << " is not exist\n";
254 std::cout << "ueventBuffer = [" << ueventBuffer << "]. size = " << ueventBuffer.length() << std::endl;
283 std::cout << "ueventBuffer = [" << ueventBuffer << "]. size = " << ueventBuffer.length() << std::endl;
369 std::cout << "Warning. Block device " << blockDevice << " is not exist.\n";