Home
last modified time | relevance | path

Searched defs:AsCharPtr (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/c_utils/base/src/
H A Dashmem.cpp60 const char* AsCharPtr(const c_void* inPtr) in AsCharPtr() function
/ohos5.0/commonlibrary/c_utils/base/src/rust/
H A Dashmem.rs56 pub unsafe fn AsCharPtr(inPtr: *const c_void) -> *const c_char; in AsCharPtr() function