Searched refs:user_exe_path (Results 1 – 2 of 2) sorted by relevance
/external/lldb/source/Target/ |
D | TargetList.cpp | 64 const char *user_exe_path, in CreateTarget() argument 89 if (user_exe_path && user_exe_path[0]) in CreateTarget() 93 module_spec.GetFileSpec().SetFile(user_exe_path, true); in CreateTarget() 179 user_exe_path, in CreateTarget() 189 const char *user_exe_path, in CreateTarget() argument 197 user_exe_path, in CreateTarget() 222 FileSpec file (user_exe_path, false); in CreateTarget() 223 if (!file.Exists() && user_exe_path && user_exe_path[0] == '~') in CreateTarget() 230 …size_t return_count = FileSpec::ResolveUsername(user_exe_path, unglobbed_path, sizeof(unglobbed_pa… in CreateTarget() 233 ::snprintf (unglobbed_path, sizeof(unglobbed_path), "%s", user_exe_path); in CreateTarget() [all …]
|
/external/lldb/include/lldb/Target/ |
D | TargetList.h | 101 const char *user_exe_path, 115 const char *user_exe_path,
|