Home
last modified time | relevance | path

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

/art/runtime/
Dparsed_options.cc306 if (!ParseStringAfterChar(option, ':', &image_)) { in Parse()
434 if (!ParseStringAfterChar(option, ':', &patchoat_executable_)) { in Parse()
457 if (!ParseStringAfterChar(option, '=', &substring)) { in Parse()
517 if (!ParseStringAfterChar(option, ':', &stack_trace_file_)) { in Parse()
562 if (!ParseStringAfterChar(option, ':', &profile_output_filename_)) { in Parse()
600 if (!ParseStringAfterChar(option, ':', &compiler_executable_)) { in Parse()
628 if (!ParseStringAfterChar(option, '=', &native_bridge_library_filename_)) { in Parse()
856 bool ParsedOptions::ParseStringAfterChar(const std::string& s, char c, std::string* parsed_value) { in ParseStringAfterChar() function in art::ParsedOptions
901 if (!ParseStringAfterChar(option, after_char, &substring)) { in ParseDouble()
Dparsed_options.h121 bool ParseStringAfterChar(const std::string& option, char after_char, std::string* parsed_value);
/art/dex2oat/
Ddex2oat.cc762 void ParseStringAfterChar(const std::string& s, char c, std::string* parsed_value) { in ParseStringAfterChar() function
774 ParseStringAfterChar(option, after_char, &substring); in ParseDouble()