Home
last modified time | relevance | path

Searched refs:unit_path_arr (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/lldb/tools/lldb-vscode/
DJSONUtils.cpp994 char unit_path_arr[PATH_MAX]; in CreateCompileUnit() local
995 unit.GetFileSpec().GetPath(unit_path_arr, sizeof(unit_path_arr)); in CreateCompileUnit()
996 std::string unit_path(unit_path_arr); in CreateCompileUnit()