Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Support/
DDirectory.cpp244 const Path* y_path = y.path(); in operator ==() local
245 if (0 == x_path && 0 == y_path) in operator ==()
247 if (0 == x_path || 0 == y_path) in operator ==()
249 return (*x_path == *y_path); in operator ==()