Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Support/
DDirectory.cpp224 const Path* y_path = y.path(); in operator ==() local
225 if (x_path == 0 && y_path == 0) in operator ==()
227 if (x_path == 0 || y_path == 0) in operator ==()
229 return (*x_path == *y_path); in operator ==()