250 TInt SetCapability(TRomNode* aNode, const char *aStr); |
251 TInt SetCapability(TRomNode* aNode, const char *aStr); |
251 TInt SetUid1(TRomNode* aNode, const char *aStr); |
252 TInt SetUid1(TRomNode* aNode, const char *aStr); |
252 TInt SetUid2(TRomNode* aNode, const char *aStr); |
253 TInt SetUid2(TRomNode* aNode, const char *aStr); |
253 TInt SetUid3(TRomNode* aNode, const char *aStr); |
254 TInt SetUid3(TRomNode* aNode, const char *aStr); |
254 TInt SetPriority(TRomNode* aNode, const char *aStr); |
255 TInt SetPriority(TRomNode* aNode, const char *aStr); |
|
256 |
|
257 TRomNode* AddFileToNodeTree(enum EKeyword aKeyword, TRomNode* dir, const char* filename, const char* aPCSidename, const TBool aParseAttr, TBool aFileCompressOption = EFalse, TBool aFileUncompressOption = EFalse); |
|
258 TRomNode* AddDirToNodeTree(enum EKeyword aKeyword, TRomNode* dir, const char* dirname); |
|
259 TBool CreateFromFolder(const char* aPath,TRomNode* aParent); |
255 |
260 |
256 static TBool GetNextBitOfFileName(char*& epocEndPtr); |
261 static TBool GetNextBitOfFileName(char*& epocEndPtr); |
257 static const char *IsValidFilePath(const char *aPath); |
262 static const char *IsValidFilePath(const char *aPath); |
258 static const char* IsValidDirPath(const char* aPath); |
263 static const char* IsValidDirPath(const char* aPath); |
259 |
264 |