Searched refs:lstrreplace (Results 1 – 4 of 4) sorted by relevance
64 PORTABLE_API ESR_ReturnCode lstrreplace(LCHAR* text, const LCHAR source, const LCHAR target);
67 ESR_ReturnCode lstrreplace(LCHAR* text, const LCHAR source, const LCHAR target) in lstrreplace() function
473 string_status = lstrreplace ( string_to_convert, L('\\'), L('/') ); in pf_convert_backslashes_to_forwardslashes()
58 CHKLOG(rc, lstrreplace(path, L('\\'), L('/'))); in PFileSystemCanonicalSlashes()