Home
last modified time | relevance | path

Searched refs:c_Drive (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/fpdfsdk/src/javascript/
Dapp.cpp990 wchar_t c_Drive = strOPath.GetAt(1); in PDFPathToSysPath() local
991 if ((c_Drive >= L'a' && c_Drive <= L'z' )||( c_Drive >= L'A' && c_Drive <= L'Z')) in PDFPathToSysPath()