Searched refs:fResourceFile (Results 1 – 2 of 2) sorted by relevance
38 fResourceFile(NULL), in BResources()51 fResourceFile(NULL), in BResources()65 fResourceFile(NULL), in BResources()79 fResourceFile(NULL), in BResources()110 fResourceFile = new(nothrow) ResourceFile; in SetTo()111 if (fResourceFile) in SetTo()112 error = fResourceFile->SetTo(&fFile, clobber); in SetTo()118 error = fResourceFile->InitContainer(*fContainer); in SetTo()124 delete fResourceFile; in SetTo()125 fResourceFile = NULL; in SetTo()[all …]
124 BPrivate::Storage::ResourceFile* fResourceFile; variable