Lines Matching refs:BOOLToBool
117 res = BOOLToBool(::SetFileTime(hDir, cTime, aTime, mTime)); in SetDirTime()
130 return BOOLToBool(::SetFileAttributesW(longPath, fileAttributes)); in MySetFileAttributes()
142 return BOOLToBool(::RemoveDirectoryW(longPath)); in MyRemoveDirectory()
166 return BOOLToBool(::MoveFileW(d1, d2)); in MyMoveFile()
181 return BOOLToBool(::SetFileAttributesW(longPath, fileAttributes)); in MySetFileAttributes()
196 return BOOLToBool(::RemoveDirectoryW(longPath)); in MyRemoveDirectory()
210 return BOOLToBool(::MoveFileW(d1, d2)); in MyMoveFile()
225 return BOOLToBool(::CreateDirectoryW(longPath, NULL)); in MyCreateDirectory()
243 return BOOLToBool(::CreateDirectoryW(longPath, NULL)); in MyCreateDirectory()
380 return BOOLToBool(::DeleteFileW(longPath)); in DeleteFileAlways()
397 return BOOLToBool(::DeleteFileW(longPath)); in DeleteFileAlways()
648 return BOOLToBool(::SetCurrentDirectoryW(path)); in MySetCurrentDirectory()