/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/ |
H A D | manifest_checking_test.cc | 83 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 D | tfprof_scope.cc | 49 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/ |
D | result.cpp | 184 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 D | fileops.cc | 180 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 D | otapreopt.cpp | 402 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 D | devices.cpp | 304 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.cpp | 33 const char* last_slash = strrchr(path, '/'); in __gnu_basename() local
|
/aosp_15_r20/external/kmod/android/ |
H A D | port.h | 60 const char* last_slash = strrchr(path, '/'); in basename() local
|
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_procmaps_test.cc | 36 const char *last_slash = strrchr(argv0, '/'); in TEST() local
|
/aosp_15_r20/external/cronet/base/process/ |
H A D | process_iterator_openbsd.cc | 109 size_t last_slash = data.rfind('/', exec_name_end); in CheckForNextProcess() local
|
H A D | process_iterator_mac.cc | 117 size_t last_slash = data.rfind('/', exec_name_end); in CheckForNextProcess() local
|
H A D | process_iterator_freebsd.cc | 104 size_t last_slash = data.rfind('/', exec_name_end); in CheckForNextProcess() local
|
/aosp_15_r20/device/google/cuttlefish/host/commands/process_sandboxer/ |
D | filesystem.cpp | 64 const auto last_slash = path.find_last_of('/'); in StripBasename() local
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/security/credentials/ |
H A D | call_creds_util.cc | 48 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/ |
D | call_creds_util.cc | 48 auto last_slash = service.find_last_of('/'); in MakeServiceUrlAndMethod() local
|
/aosp_15_r20/device/google/cuttlefish/host/commands/process_restarter/ |
D | main.cc | 56 auto last_slash = short_name.find_last_of('/'); in ExecutableShortName() local
|
/aosp_15_r20/external/sandboxed-api/sandboxed_api/tools/clang_generator/ |
H A D | generator.cc | 44 auto last_slash = path.rfind('/'); in ReplaceFileExtension() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/testing/nnapi_tflite_zip_tests/ |
H A D | generated_examples_zip_test.cc | 83 size_t last_slash = param_name.find_last_of("\\/"); in operator ()() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/url/src/ |
D | path_segments.rs | 144 let last_slash = self.url.serialization[self.after_first_slash..] in pop() localVariable
|
/aosp_15_r20/hardware/google/aemu/host-common/ |
D | logging.cpp | 82 const char* last_slash = strrchr(file, '/'); in GetFileBasename() local
|
/aosp_15_r20/art/libartbase/base/ |
H A D | logging.cc | 74 const char* last_slash = strrchr(argv[0], '/'); in InitLogging() local
|
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/javamicro/ |
H A D | javamicro_helpers.cc | 129 std::string::size_type last_slash = file->name().find_last_of('/'); in FileClassName() local
|
/aosp_15_r20/bionic/linker/ |
H A D | linker_utils.cpp | 64 const char* last_slash = strrchr(path, '/'); in dirname() local
|
/aosp_15_r20/external/webrtc/modules/desktop_capture/mac/ |
H A D | full_screen_mac_application_handler.cc | 213 const char* last_slash = strrchr(buffer, '/'); in CreateFullScreenMacApplicationHandler() local
|
/aosp_15_r20/external/mesa3d/src/microsoft/compiler/ |
H A D | dxil_validator.cpp | 56 auto last_slash = strrchr(self_path, '\\'); in load_dxil_mod() local
|