• Home
  • Raw
  • Download

Lines Matching refs:endl

53                   << std::endl;  in fetch()
60 << std::endl; in listFiles()
77 << "'" << std::endl; in getProperty()
80 std::cerr << "Debug: Sysprop " << key << "=" << it->second << std::endl; in getProperty()
114 << std::endl; in readObject()
119 std::cerr << "Error: Cannot parse '" << path << "': " << error << std::endl; in readObject()
135 std::cerr << "Error: Incompatible: " << error << std::endl; in checkCompatibilityForFiles()
136 std::cout << "false" << std::endl; in checkCompatibilityForFiles()
140 std::cout << "true" << std::endl; in checkCompatibilityForFiles()
172 std::cerr << "unrecognized option `" << argv[optind] << "'" << std::endl; in parseArgs()
192 << me << ": check VINTF metadata." << std::endl in usage()
193 << " Options:" << std::endl in usage()
194 << " --dump-file-list: Dump a list of directories / files on device" << std::endl in usage()
195 << " that is required to be used by --check-compat." << std::endl in usage()
196 << " -c, --check-compat: check compatibility for files under the root" << std::endl in usage()
197 << " directory specified by --root-dir." << std::endl in usage()
198 << " --rootdir=<dir>: specify root directory for all metadata." << std::endl in usage()
199 << " -D, --property <key>=<value>: specify sysprops." << std::endl in usage()
200 << " --help: show this message." << std::endl in usage()
201 << std::endl in usage()
202 << " Example:" << std::endl in usage()
203 << " # Get the list of required files." << std::endl in usage()
204 << " " << me << " --dump-file-list > /tmp/files.txt" << std::endl in usage()
206 << std::endl in usage()
207 << " ROOTDIR=/tmp/device/" << std::endl in usage()
210 << std::endl in usage()
211 << " # Check compatibility." << std::endl in usage()
212 << " " << me << " --check-compat --rootdir=$ROOTDIR \\" << std::endl in usage()
215 << std::endl in usage()
218 << std::endl; in usage()
253 std::cout << file << std::endl; in main()
264 std::cerr << "Missing --rootdir option." << std::endl; in main()
269 std::cerr << "Debug: checking files under " << rootdir << "..." << std::endl; in main()
277 << std::endl; in main()
280 std::cout << "true" << std::endl; in main()