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

/frameworks/compile/mclinker/lib/Support/
H A DRealPath.cpp51 std::string path_name; local
52 detail::get_pwd(path_name);
53 path_name += '/';
54 path_name += m_PathName;
55 detail::canonicalize(path_name);
56 m_PathName = path_name;
/frameworks/compile/mclinker/unittests/
H A DFactoriesTest.cpp184 char path_name[100]; local
185 sprintf(path_name, "/proj/mtk%d", counter);
187 sys::fs::Path(string(path_name)),
201 char path_name[100]; local
202 sprintf(path_name, "/proj/mtk%d", counter);
204 sys::fs::Path(string(path_name)),

Completed in 1772 milliseconds