imgtools/romtools/rofsbuild/fsnode.h
changeset 647 53d1ab72f5bc
parent 605 122d2b873fd1
equal deleted inserted replaced
641:8dd670a9f34f 647:53d1ab72f5bc
    53 	//This function is used by TFatImgGenerator::PrepareClusters, to prepare the clusters 
    53 	//This function is used by TFatImgGenerator::PrepareClusters, to prepare the clusters 
    54 	// aClusterData should points to a buffer which is at least the size returns by 
    54 	// aClusterData should points to a buffer which is at least the size returns by 
    55 	// GetSize() 
    55 	// GetSize() 
    56 	void WriteDirEntries(TUint aStartIndex, TUint8* aClusterData ); 
    56 	void WriteDirEntries(TUint aStartIndex, TUint8* aClusterData ); 
    57 	
    57 	
    58 	static TFSNode* CreateFromFolder(const char* aPath,TFSNode* aParent = NULL);
    58 
    59 	
       
    60 	
       
    61 	
    59 	
    62 protected:
    60 protected:
    63 	void GenerateBasicName();
    61 	void GenerateBasicName();
    64 	void MakeUniqueShortName(char rShortName[12],TUint baseNameLength) const;
    62 	void MakeUniqueShortName(char rShortName[12],TUint baseNameLength) const;
    65 	void GetShortEntry(TShortDirEntry* aEntry);
    63 	void GetShortEntry(TShortDirEntry* aEntry);