Home
last modified time | relevance | path

Searched refs:command (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Dutils_test.cc380 std::vector<std::string> command; in TEST_F() local
382 command.push_back("/system/bin/id"); in TEST_F()
384 command.push_back("/usr/bin/id"); in TEST_F()
389 EXPECT_TRUE(Exec(command, &error_msg)); in TEST_F()
395 std::vector<std::string> command; in TEST_F() local
396 command.push_back("bogus"); in TEST_F()
400 EXPECT_FALSE(Exec(command, &error_msg)); in TEST_F()
/art/test/304-method-tracing/
Dinfo.txt1 Test method tracing from command-line.
/art/test/
DREADME.txt4 single test. Run "./run-test" with no arguments to see command flags;
/art/patchoat/
Dpatchoat.cc765 std::vector<std::string> command; in CommandLine() local
767 command.push_back(orig_argv[i]); in CommandLine()
769 return Join(command, ' '); in CommandLine()
/art/dex2oat/
Ddex2oat.cc75 std::vector<std::string> command; in CommandLine() local
77 command.push_back(original_argv[i]); in CommandLine()
79 return Join(command, ' '); in CommandLine()