Lines Matching defs:pVFSExplorer
162 pVFSExplorer(aThat),
173 VFSExplorer *pVFSExplorer;
199 VFSExplorer *pVFSExplorer = task->pVFSExplorer;
202 LogFlowFunc(("VFSExplorer %p\n", pVFSExplorer));
210 if (pVFSExplorer->m->storageType == VFSType_File)
211 rc = pVFSExplorer->i_updateFS(task.get());
212 else if (pVFSExplorer->m->storageType == VFSType_S3)
214 rc = pVFSExplorer->i_updateS3(task.get());
222 if (pVFSExplorer->m->storageType == VFSType_File)
223 rc = pVFSExplorer->i_deleteFS(task.get());
224 else if (pVFSExplorer->m->storageType == VFSType_S3)
226 rc = pVFSExplorer->i_deleteS3(task.get());