Searched refs:unit_path_arr (Results 1 – 1 of 1) sorted by relevance
994 char unit_path_arr[PATH_MAX]; in CreateCompileUnit() local995 unit.GetFileSpec().GetPath(unit_path_arr, sizeof(unit_path_arr)); in CreateCompileUnit()996 std::string unit_path(unit_path_arr); in CreateCompileUnit()