Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/UI/Common/
H A DExtractingFilePath.cpp201 bool isDrive = false; in Correct_FsPath() local
216 isDrive = true; in Correct_FsPath()
226 isDrive = true; in Correct_FsPath()
230 if (isDrive) in Correct_FsPath()
/third_party/lzma/CPP/7zip/UI/FileManager/
H A DBrowseDialog.cpp534 bool isDrive = false; in Reload() local
537 isDrive = true; in Reload()
649 if (isDrive) in Reload()
/third_party/node/deps/minimatch/
H A Dindex.js1147 const isDrive = /^[a-z]:/i.test(s[0]);
1150 } else if (isDrive) {

Completed in 4 milliseconds