Searched refs:GetOnlyDirPrefix (Results 1 – 3 of 3) sorted by relevance
44 bool GetOnlyDirPrefix(LPCTSTR fileName, CSysString &resultName);59 bool GetOnlyDirPrefix(LPCWSTR fileName, UString &resultName);
448 bool GetOnlyDirPrefix(LPCTSTR fileName, CSysString &resultName) in GetOnlyDirPrefix() function627 bool GetOnlyDirPrefix(LPCWSTR fileName, UString &resultName) in GetOnlyDirPrefix() function
18 if (NFile::NDirectory::GetOnlyDirPrefix(srcName, dirPrefix)) in CreateArchiveName2()