Lines Matching refs:LPCWSTR
14 bool GetLongPaths(LPCWSTR s1, LPCWSTR s2, UString &d1, UString &d2);
24 bool SetDirTime(LPCWSTR fileName, const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTi…
35 bool MySetFileAttributes(LPCWSTR fileName, DWORD fileAttributes);
36 bool MyMoveFile(LPCWSTR existFileName, LPCWSTR newFileName);
37 bool MyRemoveDirectory(LPCWSTR pathName);
38 bool MyCreateDirectory(LPCWSTR pathName);
39 bool CreateComplexDirectory(LPCWSTR pathName);
40 bool DeleteFileAlways(LPCWSTR name);
47 bool MyGetFullPathName(LPCWSTR fileName, UString &resultPath);
48 bool MyGetFullPathName(LPCWSTR fileName, UString &resultPath, int &fileNamePartStartIndex);
55 bool MyGetFullPathName(LPCWSTR fileName, UString &resultPath,
57 bool MyGetFullPathName(LPCWSTR fileName, UString &resultPath);
58 bool GetOnlyName(LPCWSTR fileName, UString &resultName);
59 bool GetOnlyDirPrefix(LPCWSTR fileName, UString &resultName);
66 bool MySetCurrentDirectory(LPCWSTR path);
72 bool MySearchPath(LPCWSTR path, LPCWSTR fileName, LPCWSTR extension, UString &resultPath, UINT32 &f…
82 inline bool MySearchPath(LPCWSTR path, LPCWSTR fileName, LPCWSTR extension, UString &resultPath) in MySearchPath()
98 UINT MyGetTempFileName(LPCWSTR dirPath, LPCWSTR prefix, UString &resultPath);
125 UINT Create(LPCWSTR dirPath, LPCWSTR prefix, UString &resultPath);
126 bool Create(LPCWSTR prefix, UString &resultPath);
163 bool Create(LPCWSTR prefix) ;