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