Searched defs:piName (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Runtime/common/zip/
H A Dunzipcmd.cpp229 * @param piName Where to optionally return the array index.
231 static bool rtZipUnzipCmdIsNameInArray(const char *pszName, const char * const *papszNames, uint32_t *piName) argument
236 if (piName)
237 *piName = iName;
H A Dtarcmd.cpp161 * @param piName Where to optionally return the array index.
163 static bool rtZipTarCmdIsNameInArray(const char *pszName, const char * const *papszNames, uint32_t *piName) argument
168 if (piName)
169 *piName = iName;

Completed in 219 milliseconds