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

/frameworks/compile/mclinker/lib/Support/
H A DDirectory.cpp240 const Path* y_path = y.path(); local
241 if (0 == x_path && 0 == y_path)
243 if (0 == x_path || 0 == y_path)
245 return (*x_path == *y_path);

Completed in 55 milliseconds