Lines Matching refs:pcszFile
843 const char *pcszFile = strrchr(pcszPath, '/');
844 if (!pcszFile)
846 unsigned bus = RTStrToUInt32(pcszFile + 1);
848 && pcszFile[1] == 'u' && pcszFile[2] == 's' && pcszFile[3] == 'b')
849 bus = RTStrToUInt32(pcszFile + 4);
871 const char *pcszFile = strrchr(pcszNode, '/');
872 if (!pcszFile)
874 if (strchr(pcszFile, ':'))
1584 # define RTFileExists(pcszFile) \
1585 ( (pcszFile) \
1587 && !RTStrNCmp(pcszFile, s_pcszTestUsbfsRoot, strlen(s_pcszTestUsbfsRoot)) \
1588 && !RTStrCmp(pcszFile + strlen(s_pcszTestUsbfsRoot), "/devices"))