Home
last modified time | relevance | path

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

/bionic/benchmarks/
Dbionic_benchmarks.cpp177 opts.xmlpath = optarg; in ParseOpts()
412 if (doc.LoadFile(cmdline_opts.xmlpath.c_str()) != tinyxml2::XML_SUCCESS) { in RegisterXmlBenchmarks()
575 if (opts.xmlpath.empty()) { in main()
580 } else if (!FileExists(opts.xmlpath)) { in main()
582 std::string file(android::base::GetExecutableDirectory() + "/suites/" + opts.xmlpath); in main()
583 if (opts.xmlpath[0] == '/' || !FileExists(file)) { in main()
584 printf("Cannot find xml file %s: does not exist or is not a file.\n", opts.xmlpath.c_str()); in main()
587 opts.xmlpath = file; in main()
590 if (!opts.xmlpath.empty()) { in main()
Dutil.h59 std::string xmlpath; member