Home
last modified time | relevance | path

Searched refs:command_line (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dutils.cc1327 const std::string command_line(Join(arg_vector, ' ')); in Exec() local
1329 CHECK_GE(arg_vector.size(), 1U) << command_line; in Exec()
1352 PLOG(ERROR) << "Failed to execv(" << command_line << ")"; in Exec()
1357 command_line.c_str(), strerror(errno)); in Exec()
1367 command_line.c_str(), pid, got_pid, strerror(errno)); in Exec()
1372 command_line.c_str()); in Exec()
Dclass_linker.cc1468 std::string command_line(Join(argv, ' ')); in PatchAndRetrieveOat() local
1469 LOG(INFO) << "Relocate Oat File: " << command_line; in PatchAndRetrieveOat()
/art/runtime/gc/space/
Dimage_space.cc193 std::string command_line(Join(arg_vector, ' ')); in GenerateImage() local
194 LOG(INFO) << "GenerateImage: " << command_line; in GenerateImage()
292 std::string command_line(Join(argv, ' ')); in RelocateImage() local
293 LOG(INFO) << "RelocateImage: " << command_line; in RelocateImage()