Searched refs:GetCwd (Results 1 – 5 of 5) sorted by relevance
33 const std::string cwd = GetCwd(); in TEST()
40 std::string GetCwd() { in GetCwd() function
29 std::string GetCwd();
45 using header_checker::utils::GetCwd;175 const std::string root_dir_or_cwd = (root_dir.empty() ? GetCwd() : root_dir); in main()
42 using header_checker::utils::GetCwd;259 exported_header_dirs_, root_dir.empty() ? GetCwd() : root_dir); in LinkAndDump()