Searched defs:ParseStringAfterChar (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dparsed_options.cc307 if (!ParseStringAfterChar(option, ':', &image_)) {
435 if (!ParseStringAfterChar(option, ':', &patchoat_executable_)) {
458 if (!ParseStringAfterChar(option, '=', &substring)) {
518 if (!ParseStringAfterChar(option, ':', &stack_trace_file_)) {
563 if (!ParseStringAfterChar(option, ':', &profile_output_filename_)) {
601 if (!ParseStringAfterChar(option, ':', &compiler_executable_)) {
629 if (!ParseStringAfterChar(option, '=', &native_bridge_library_filename_)) {
857 bool ParsedOptions::ParseStringAfterChar(const std::string& s, char c, std::string* parsed_value) { function in class:art::ParsedOptions
902 if (!ParseStringAfterChar(option, after_char, &substring)) {
/art/dex2oat/
H A Ddex2oat.cc753 void ParseStringAfterChar(const std::string& s, char c, std::string* parsed_value) { function in namespace:art
765 ParseStringAfterChar(option, after_char, &substring);

Completed in 7 milliseconds