HomeSort by relevance Sort by last modified time
    Searched refs:lstrreplace (Results 1 - 4 of 4) sorted by null

  /external/srec/portable/include/
LCHAR.h 64 PORTABLE_API ESR_ReturnCode lstrreplace(LCHAR* text, const LCHAR source, const LCHAR target);
  /external/srec/portable/src/
LCHAR.c 67 ESR_ReturnCode lstrreplace(LCHAR* text, const LCHAR source, const LCHAR target) function
PFileWrap.c 473 string_status = lstrreplace ( string_to_convert, L('\\'), L('/') );
PFileSystem.c 58 CHKLOG(rc, lstrreplace(path, L('\\'), L('/')));

Completed in 49 milliseconds