Home
last modified time | relevance | path

Searched refs:strrchr (Results 1 – 3 of 3) sorted by relevance

/bootable/libbootloader/gbl/libc/include/
Dstring.h24 char *strrchr(const char *str, int c);
/bootable/libbootloader/gbl/libc/src/
Dlib.rs45 pub extern "C" fn strrchr( in strrchr() function
/bootable/deprecated-ota/updater/
Dblockimg.cpp1923 const char* partition = strrchr(block_device_path.c_str(), '/'); in PerformBlockImageUpdate()