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

/external/lldb/source/Host/common/
H A DFileSpec.cpp299 bool path_fit = true; local
303 path_fit = (FileSpec::Resolve (pathname, resolved_path, sizeof(resolved_path)) < sizeof(resolved_path) - 1);
304 m_is_resolved = path_fit;
311 path_fit = false;
317 if (path_fit)

Completed in 96 milliseconds