Lines Matching defs:source_dir
121 FileSpec source_dir = {};
123 source_dir = GetDebugger().GetCommandInterpreter().GetCurrentSourceDir();
124 if (!source_dir) {
133 if (source_dir) {
134 // Prepend the source_dir to the cmd_file path:
141 cmd_file.MakeAbsolute(source_dir);
2223 FileSpec source_dir = {};
2225 source_dir = GetDebugger().GetCommandInterpreter().GetCurrentSourceDir();
2226 if (!source_dir) {
2251 source_dir)) {