Lines Matching refs:fsErrors
36 namespace fsErrors { namespace
80 if (fsStatus != fsErrors::ok) { in getIfaceName()
85 for (; fsStatus == fsErrors::ok && fsItr != fs::recursive_directory_iterator(); in getIfaceName()
90 if (fsStatus != fsErrors::ok || !isDir) continue; in getIfaceName()
100 if (fsStatus != fsErrors::ok) { in getIfaceName()
110 if (fsStatus != fsErrors::ok) { in getIfaceName()
128 if (fsStatus != fsErrors::ok) { in getIfaceName()
162 if (fsStatus != fsErrors::ok) { in findUsbDevice()
167 for (; fsStatus == fsErrors::ok && fsItr != fs::recursive_directory_iterator(); in findUsbDevice()
171 if (fsStatus != fsErrors::ok) { in findUsbDevice()
182 if (fsStatus == fsErrors::eperm || fsStatus == fsErrors::eacces) { in findUsbDevice()
188 if (fsStatus == fsErrors::enoent) continue; in findUsbDevice()
189 if (fsStatus != fsErrors::ok) { in findUsbDevice()
209 if (fsStatus != fsErrors::ok) { in findUsbDevice()