Home
last modified time | relevance | path

Searched defs:last_slash (Results 1 – 10 of 10) sorted by relevance

/aosp12/bionic/libc/bionic/
H A D__gnu_basename.cpp33 const char* last_slash = strrchr(path, '/'); in __gnu_basename() local
/aosp12/system/core/init/
H A Ddevices.cpp212 auto last_slash = path.rfind('/'); in FindPlatformDevice() local
381 auto last_slash = uevent.path.rfind('/'); in GetBlockDeviceSymlinks() local
/aosp12/art/libartbase/base/
H A Dlogging.cc74 const char* last_slash = strrchr(argv[0], '/'); in InitLogging() local
/aosp12/frameworks/native/cmds/installd/
H A Dotapreopt.cpp405 size_t last_slash = path.find_last_of('/'); in CreatePath() local
453 const char* last_slash = strrchr(apk_path, '/'); in ShouldSkipPreopt() local
/aosp12/bionic/linker/
H A Dlinker_utils.cpp64 const char* last_slash = strrchr(path, '/'); in dirname() local
/aosp12/art/dexlayout/
H A Ddexlayout.cc82 size_t last_slash = descriptor.rfind('/'); in DescriptorClassToName() local
1384 char* last_slash = strrchr(mangle, '/'); in DumpClass() local
1832 const size_t last_slash = dex_file_location.rfind('/'); in OutputDexFile() local
/aosp12/system/libbase/
H A Dlogging.cpp87 const char* last_slash = strrchr(file, '/'); in GetFileBasename() local
/aosp12/art/runtime/
H A Doat_file_manager.cc561 auto last_slash = vdex_path_to_add.rfind('/'); in UnlinkLeastRecentlyUsedVdexIfNeeded() local
/aosp12/art/dex2oat/
H A Ddex2oat.cc1874 size_t last_slash = dex_file->GetLocation().rfind('/'); in Compile() local
2862 size_t last_slash = res.rfind('/'); in StripIsaFrom() local
/aosp12/art/runtime/gc/space/
H A Dimage_space.cc3619 size_t last_slash = image_location.rfind('/'); in ExpandMultiImageLocations() local