Searched refs:hAutostartFile (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-server/generic/
H A DAutostartDb-generic.cpp51 RTFILE hAutostartFile; local
64 rc = RTFileOpen(&hAutostartFile, pszFile, fOpen);
74 rc = RTFileGetSize(hAutostartFile, &cbFile);
86 rc = RTFileRead(hAutostartFile, abBuf, cbFile, NULL);
109 rc = RTFileSetSize(hAutostartFile, cbBuf);
111 rc = RTFileWriteAt(hAutostartFile, 0, abBuf, cbBuf, NULL);
116 RTFileClose(hAutostartFile);
118 hAutostartFile = NIL_RTFILE;
125 if (hAutostartFile != NIL_RTFILE)
126 RTFileClose(hAutostartFile);
[all...]

Completed in 43 milliseconds