Home
last modified time | relevance | path

Searched defs:has_drive (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DPath.cpp366 bool has_drive = in root_path() local
397 bool has_drive = in root_name() local
420 bool has_drive = in root_directory() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DPath.cpp351 bool has_drive = (real_style(style) == Style::windows) && b->endswith(":"); in root_path() local
377 bool has_drive = (real_style(style) == Style::windows) && b->endswith(":"); in root_name() local
394 bool has_drive = (real_style(style) == Style::windows) && b->endswith(":"); in root_directory() local