Update contrib.
1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of the License "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
14 // f32\inc\F32PluginUtils.h
16 // WARNING: This file contains some APIs which are internal and are subject
17 // to change without notice. Such APIs should therefore not be used
18 // outside the Kernel and Hardware Services package.
25 #include <f32plugin.h>
28 IMPORT_C TInt GetName(TFsPluginRequest* aRequest, TDes& aName);
29 IMPORT_C TInt GetNewName(TFsPluginRequest* aRequest, TDes& aNewName);
30 IMPORT_C TInt GetPath(TFsPluginRequest* aRequest, TDes& aPath);
31 IMPORT_C TInt GetAtt(TFsPluginRequest* aRequest, TInt& aAtt);
32 IMPORT_C TInt GetModifiedTime(TFsPluginRequest* aRequest, TTime*& aModified, TBool aCurrent=ETrue);
33 IMPORT_C TInt GetFileAccessInfo(TFsPluginRequest* aRequest, TInt& aLength, TInt& aPos);