Home
last modified time | relevance | path

Searched refs:Join (Results 1 – 17 of 17) sorted by relevance

/art/runtime/
Dexec_utils.cc34 const std::string command_line(android::base::Join(arg_vector, ' ')); in ExecAndReturnCode()
93 const std::string command_line(android::base::Join(arg_vector, ' ')); in Exec()
Dparsed_options.cc620 boot_class_path_locations.Size(), boot_class_path_locations.Join().c_str()); in DoParse()
Doat_file_assistant_test.cc1102 return android::base::Join(target_path, '/'); in MakePathRelative()
1178 CHECK(!dex_files.empty()) << android::base::Join(error_msgs, '\n'); in Run()
Doat_file_assistant.cc851 std::string command_line(android::base::Join(argv, ' ')); in Dex2Oat()
Druntime.cc1461 boot_class_path_string_ = android::base::Join(dex_locations, ':'); in Init()
2233 << " " << android::base::Join(code_paths, ':'); in RegisterAppInfo()
/art/build/
Dmakevars.go45 ctx.Strict("ART_TEST_LIST_"+name, strings.Join(testMap[name], " "))
/art/compiler/utils/
Dassembler_test_base.h227 std::string cmd = android::base::Join(args, ' '); in Assemble()
263 std::string cmd = android::base::Join(args, ' '); in Objdump()
344 std::string cmd = android::base::Join(args, ' '); in DisassembleBinary()
506 std::string sh_args = android::base::Join(args, ' '); in FindTool()
547 std::string sh_args = android::base::Join(args, ' '); in FindToolDumpPrintout()
/art/cmdline/detail/
Dcmdline_parse_argument_detail.h333 return ParseArgumentSingle(arguments.Join(' ')); in ParseArgument()
404 std::string allowed_values_flat = android::base::Join(allowed_values, ','); in ParseArgumentSingle()
431 std::string allowed_values_flat = android::base::Join(allowed_values, ','); in ParseArgumentSingle()
/art/cmdline/
Dtoken_range.h377 std::string Join(char separator) const { in Join() function
379 return android::base::Join(tmp, separator); in Join()
Dcmdline_types.h379 std::string Join() const {
380 return android::base::Join(list_, Separator);
/art/dexoptanalyzer/
Ddexoptanalyzer.cc60 return android::base::Join(command, ' '); in CommandLine()
/art/oatdump/
Doatdump_test.h285 const std::string command_line(android::base::Join(exec_argv, ' ')); in ForkAndExec()
/art/tools/hiddenapi/
Dhiddenapi.cc41 return android::base::Join(command, ' '); in CommandLine()
/art/dex2oat/
Ddex2oat.cc122 return android::base::Join(command, ' '); in CommandLine()
193 return android::base::Join(command, ' '); in StrippedCommandLine()
1592 std::string image_file_location = android::base::Join(image_filenames, ':'); in Setup()
2583 boot_class_path += android::base::Join(dex_filenames_, ':'); in PrepareRuntimeOptions()
2586 boot_class_path_locations += android::base::Join(dex_locations_, ':'); in PrepareRuntimeOptions()
/art/runtime/jit/
Dprofile_saver.cc705 << ". Tracking: " << android::base::Join(code_paths_to_profile, ':'); in Start()
/art/patchoat/
Dpatchoat.cc1090 return android::base::Join(command, ' '); in CommandLine()
/art/profman/
Dprofman.cc66 return android::base::Join(command, ' '); in CommandLine()