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

/bionic/benchmarks/
H A Dbionic_benchmarks.cpp168 opts.xmlpath = optarg;
366 if (doc.LoadFile(cmdline_opts.xmlpath.c_str()) != tinyxml2::XML_SUCCESS) {
532 if (opts.xmlpath.empty()) {
537 } else if (!FileExists(opts.xmlpath)) {
539 std::string file(android::base::GetExecutableDirectory() + "/suites/" + opts.xmlpath);
540 if (opts.xmlpath[0] == '/' || !FileExists(file)) {
541 printf("Cannot find xml file %s: does not exist or is not a file.\n", opts.xmlpath.c_str());
544 opts.xmlpath = file;
547 if (!opts.xmlpath.empty()) {
H A Dutil.h50 std::string xmlpath; member in struct:__anon2

Completed in 55 milliseconds