Searched refs:trimmed_line (Results 1 – 4 of 4) sorted by relevance
114 auto trimmed_line = Trim(line); in ParsePropertyInfoFile() local115 if (trimmed_line.empty() || StartsWith(trimmed_line, "#")) { in ParsePropertyInfoFile()121 if (!ParsePropertyInfoLine(trimmed_line, require_prefix_or_exact, &property_info_entry, in ParsePropertyInfoFile()
59 auto trimmed_line = android::base::Trim(line); in ReadPublicLibraries() local60 if (trimmed_line.empty() || trimmed_line[0] == '#') { in ReadPublicLibraries()63 std::vector<std::string> tokens = android::base::Split(trimmed_line, " "); in ReadPublicLibraries()
98 std::string trimmed_line(android::base::Trim(line)); in CreateLinks() local99 if (trimmed_line.empty()) { in CreateLinks()103 std::vector<std::string> values(android::base::Split(trimmed_line, " ")); in CreateLinks()
1693 auto trimmed_line = android::base::Trim(line); in SniffUid() local1696 ASSERT_TRUE(std::regex_match(trimmed_line, match_results, uid_regex)) in SniffUid()1697 << "Unable to find UID in line '" << trimmed_line << "'"; in SniffUid()1701 ASSERT_NE(nullptr, pwd) << "uid '" << uid_string << "' in line '" << trimmed_line << "'"; in SniffUid()