Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dmanifest_checking_test.cc83 size_t last_slash = test_case_name.rfind('/'); in SetUp() local
99 auto last_slash = test_name.rfind('/'); in SetUp() local
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/internal/
H A Dtfprof_scope.cc49 auto last_slash = name.find_last_of('/'); in AddNode() local
66 auto last_slash = node->name().find_last_of('/'); in Build() local
/aosp_15_r20/device/google/cuttlefish/common/libs/utils/
Dresult.cpp184 auto last_slash = file_.rfind("/"); in format() local
207 auto last_slash = file_.rfind("/"); in format() local
/aosp_15_r20/external/sandboxed-api/sandboxed_api/util/
H A Dfileops.cc180 const auto last_slash = path.find_last_of('/'); in Basename() local
187 const auto last_slash = path.find_last_of('/'); in StripBasename() local
/aosp_15_r20/frameworks/native/cmds/installd/
H A Dotapreopt.cpp402 size_t last_slash = path.find_last_of('/'); in CreatePath() local
483 const char* last_slash = strrchr(apk_path, '/'); in ShouldSkipPreopt() local
/aosp_15_r20/system/core/init/
H A Ddevices.cpp304 auto last_slash = path.rfind('/'); in FindSubsystemDevice() local
542 auto last_slash = uevent.path.rfind('/'); in GetBlockDeviceSymlinks() local
/aosp_15_r20/bionic/libc/bionic/
H A D__gnu_basename.cpp33 const char* last_slash = strrchr(path, '/'); in __gnu_basename() local
/aosp_15_r20/external/kmod/android/
H A Dport.h60 const char* last_slash = strrchr(path, '/'); in basename() local
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_procmaps_test.cc36 const char *last_slash = strrchr(argv0, '/'); in TEST() local
/aosp_15_r20/external/cronet/base/process/
H A Dprocess_iterator_openbsd.cc109 size_t last_slash = data.rfind('/', exec_name_end); in CheckForNextProcess() local
H A Dprocess_iterator_mac.cc117 size_t last_slash = data.rfind('/', exec_name_end); in CheckForNextProcess() local
H A Dprocess_iterator_freebsd.cc104 size_t last_slash = data.rfind('/', exec_name_end); in CheckForNextProcess() local
/aosp_15_r20/device/google/cuttlefish/host/commands/process_sandboxer/
Dfilesystem.cpp64 const auto last_slash = path.find_last_of('/'); in StripBasename() local
/aosp_15_r20/external/grpc-grpc/src/core/lib/security/credentials/
H A Dcall_creds_util.cc48 auto last_slash = service.find_last_of('/'); in MakeServiceUrlAndMethod() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/credentials/
Dcall_creds_util.cc48 auto last_slash = service.find_last_of('/'); in MakeServiceUrlAndMethod() local
/aosp_15_r20/device/google/cuttlefish/host/commands/process_restarter/
Dmain.cc56 auto last_slash = short_name.find_last_of('/'); in ExecutableShortName() local
/aosp_15_r20/external/sandboxed-api/sandboxed_api/tools/clang_generator/
H A Dgenerator.cc44 auto last_slash = path.rfind('/'); in ReplaceFileExtension() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/testing/nnapi_tflite_zip_tests/
H A Dgenerated_examples_zip_test.cc83 size_t last_slash = param_name.find_last_of("\\/"); in operator ()() local
/aosp_15_r20/external/rust/android-crates-io/crates/url/src/
Dpath_segments.rs144 let last_slash = self.url.serialization[self.after_first_slash..] in pop() localVariable
/aosp_15_r20/hardware/google/aemu/host-common/
Dlogging.cpp82 const char* last_slash = strrchr(file, '/'); in GetFileBasename() local
/aosp_15_r20/art/libartbase/base/
H A Dlogging.cc74 const char* last_slash = strrchr(argv[0], '/'); in InitLogging() local
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_helpers.cc129 std::string::size_type last_slash = file->name().find_last_of('/'); in FileClassName() local
/aosp_15_r20/bionic/linker/
H A Dlinker_utils.cpp64 const char* last_slash = strrchr(path, '/'); in dirname() local
/aosp_15_r20/external/webrtc/modules/desktop_capture/mac/
H A Dfull_screen_mac_application_handler.cc213 const char* last_slash = strrchr(buffer, '/'); in CreateFullScreenMacApplicationHandler() local
/aosp_15_r20/external/mesa3d/src/microsoft/compiler/
H A Ddxil_validator.cpp56 auto last_slash = strrchr(self_path, '\\'); in load_dxil_mod() local

123