Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DExtractingFilePath.cpp40 res.ReplaceOneCharAtPos(i, '_'); in ReplaceIncorrectChars()
/external/lzma/CPP/Common/
DMyString.h206 void ReplaceOneCharAtPos(unsigned pos, char c) { _chars[pos] = c; } in ReplaceOneCharAtPos() function
364 void ReplaceOneCharAtPos(unsigned pos, wchar_t c) { _chars[pos] = c; } in ReplaceOneCharAtPos() function
/external/lzma/CPP/Windows/
DFileLink.cpp328 s.ReplaceOneCharAtPos(1, '\\'); in GetPath()