Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Support/
DPathV2.cpp271 bool has_drive = in root_path() local
278 if (has_net || has_drive) { in root_path()
302 bool has_drive = in root_name() local
309 if (has_net || has_drive) { in root_name()
325 bool has_drive = in root_directory() local
332 if ((has_net || has_drive) && in root_directory()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DPath.cpp366 bool has_drive = in root_path() local
373 if (has_net || has_drive) { in root_path()
397 bool has_drive = in root_name() local
404 if (has_net || has_drive) { in root_name()
420 bool has_drive = in root_directory() local
427 if ((has_net || has_drive) && in root_directory()
/external/llvm/lib/Support/
DPath.cpp366 bool has_drive = in root_path() local
373 if (has_net || has_drive) { in root_path()
397 bool has_drive = in root_name() local
404 if (has_net || has_drive) { in root_name()
420 bool has_drive = in root_directory() local
427 if ((has_net || has_drive) && in root_directory()