Home
last modified time | relevance | path

Searched refs:rfind (Results 1 – 11 of 11) sorted by relevance

/art/runtime/base/
Dstringpiece.cc69 StringPiece::size_type StringPiece::rfind(const StringPiece& s, size_type pos) const { in rfind() function in art::StringPiece
79 StringPiece::size_type StringPiece::rfind(char c, size_type pos) const { in rfind() function in art::StringPiece
Dstringpiece.h146 size_type rfind(const StringPiece& s, size_type pos = npos) const;
147 size_type rfind(char c, size_type pos = npos) const;
/art/cmdline/
Dcmdline.h235 size_t file_name_idx = boot_image_location.rfind("/"); in ParseCheckBootImage()
245 size_t ancestor_dirs_idx = no_file_name.rfind("/"); in ParseCheckBootImage()
/art/compiler/
Dimage_test.cc54 size_t pos = image_filename.rfind('/'); in TEST_F()
Delf_builder.h897 size_t directory_separator_pos = soname.rfind('/'); in BuildDynamicSection()
/art/runtime/
Doat_file_assistant.cc756 size_t pos = location.rfind('/'); in CopyProfileFile()
773 pos = file.rfind('.'); in CopyProfileFile()
Ddex_file.h436 size_t pos = location.rfind(kMultiDexSeparator); in GetMultiDexSuffix()
Dutils.cc1361 size_t pos = filename->rfind('/'); in InsertIsaDirectory()
/art/imgdiag/
Dimgdiag.cc87 size_t idx = str.rfind("/"); in BaseName()
/art/tools/
Dcpplint.py2245 prevbrace = prev_line.rfind('{')
3924 file_extension = filename[filename.rfind('.') + 1:]
/art/oatdump/
Doatdump.cc663 size_t dex_orig_pos = dex_file_location.rfind('/'); in ExportDexFile()
672 size_t apk_orig_pos = dex_file_location.rfind('/'); in ExportDexFile()