Searched refs:rfind (Results 1 – 11 of 11) sorted by relevance
69 StringPiece::size_type StringPiece::rfind(const StringPiece& s, size_type pos) const { in rfind() function in art::StringPiece79 StringPiece::size_type StringPiece::rfind(char c, size_type pos) const { in rfind() function in art::StringPiece
146 size_type rfind(const StringPiece& s, size_type pos = npos) const;147 size_type rfind(char c, size_type pos = npos) const;
235 size_t file_name_idx = boot_image_location.rfind("/"); in ParseCheckBootImage()245 size_t ancestor_dirs_idx = no_file_name.rfind("/"); in ParseCheckBootImage()
54 size_t pos = image_filename.rfind('/'); in TEST_F()
897 size_t directory_separator_pos = soname.rfind('/'); in BuildDynamicSection()
756 size_t pos = location.rfind('/'); in CopyProfileFile()773 pos = file.rfind('.'); in CopyProfileFile()
436 size_t pos = location.rfind(kMultiDexSeparator); in GetMultiDexSuffix()
1361 size_t pos = filename->rfind('/'); in InsertIsaDirectory()
87 size_t idx = str.rfind("/"); in BaseName()
2245 prevbrace = prev_line.rfind('{')3924 file_extension = filename[filename.rfind('.') + 1:]
663 size_t dex_orig_pos = dex_file_location.rfind('/'); in ExportDexFile()672 size_t apk_orig_pos = dex_file_location.rfind('/'); in ExportDexFile()