Home
last modified time | relevance | path

Searched refs:GetFileName (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
H A DMemoryFileSystem.cpp17 std::string MemoryFileSystem::GetFileName(const std::string& path) { in GetFileName() function in android::hardware::drm::V1_4::clearkey::MemoryFileSystem
53 std::string key = GetFileName(path); in Read()
67 std::string key = GetFileName(path); in Write()
/aosp12/art/runtime/mirror/
H A Dstack_trace_element-inl.h35 inline ObjPtr<String> StackTraceElement::GetFileName() { in GetFileName() function
H A Dstack_trace_element.h38 ObjPtr<String> GetFileName() REQUIRES_SHARED(Locks::mutator_lock_);
H A Dthrowable.cc142 ObjPtr<String> file_name = ste->GetFileName(); in Dump()
/aosp12/art/compiler/
H A Dexception_test.cc228 trace_array->Get(0)->GetFileName()->ToModifiedUtf8().c_str()); in TEST_F()
236 trace_array->Get(1)->GetFileName()->ToModifiedUtf8().c_str()); in TEST_F()
/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/include/
H A DMemoryFileSystem.h61 std::string GetFileName(const std::string& path);
/aosp12/art/compiler/jni/
H A Djni_compiler_test.cc1287 EXPECT_STREQ("MyClassNatives.java", ste->GetFileName()->ToModifiedUtf8().c_str()); in JNI_TEST()