Searched refs:Join (Results 1 – 17 of 17) sorted by relevance
/art/runtime/ |
D | exec_utils.cc | 34 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()
|
D | parsed_options.cc | 620 boot_class_path_locations.Size(), boot_class_path_locations.Join().c_str()); in DoParse()
|
D | oat_file_assistant_test.cc | 1102 return android::base::Join(target_path, '/'); in MakePathRelative() 1178 CHECK(!dex_files.empty()) << android::base::Join(error_msgs, '\n'); in Run()
|
D | oat_file_assistant.cc | 851 std::string command_line(android::base::Join(argv, ' ')); in Dex2Oat()
|
D | runtime.cc | 1461 boot_class_path_string_ = android::base::Join(dex_locations, ':'); in Init() 2233 << " " << android::base::Join(code_paths, ':'); in RegisterAppInfo()
|
/art/build/ |
D | makevars.go | 45 ctx.Strict("ART_TEST_LIST_"+name, strings.Join(testMap[name], " "))
|
/art/compiler/utils/ |
D | assembler_test_base.h | 227 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/ |
D | cmdline_parse_argument_detail.h | 333 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/ |
D | token_range.h | 377 std::string Join(char separator) const { in Join() function 379 return android::base::Join(tmp, separator); in Join()
|
D | cmdline_types.h | 379 std::string Join() const { 380 return android::base::Join(list_, Separator);
|
/art/dexoptanalyzer/ |
D | dexoptanalyzer.cc | 60 return android::base::Join(command, ' '); in CommandLine()
|
/art/oatdump/ |
D | oatdump_test.h | 285 const std::string command_line(android::base::Join(exec_argv, ' ')); in ForkAndExec()
|
/art/tools/hiddenapi/ |
D | hiddenapi.cc | 41 return android::base::Join(command, ' '); in CommandLine()
|
/art/dex2oat/ |
D | dex2oat.cc | 122 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/ |
D | profile_saver.cc | 705 << ". Tracking: " << android::base::Join(code_paths_to_profile, ':'); in Start()
|
/art/patchoat/ |
D | patchoat.cc | 1090 return android::base::Join(command, ' '); in CommandLine()
|
/art/profman/ |
D | profman.cc | 66 return android::base::Join(command, ' '); in CommandLine()
|