Lines Matching full:path
106 // Read GUIX repo local path. in ReadCommandLineInfo()
249 CString path = output_path; in ReadCommandLineInfo() local
251 if (!path.IsEmpty()) in ReadCommandLineInfo()
253 if (path.GetAt(1) != ':') in ReadCommandLineInfo()
255 … // If output path is a relative path, concat it to project path as the log file path. in ReadCommandLineInfo()
256 path = ConcatPathNames(project_path, path); in ReadCommandLineInfo()
261 // Use project path as the log file path. in ReadCommandLineInfo()
262 path = project_path; in ReadCommandLineInfo()
265 log_pathname = ConcatPathNames(path, log_pathname); in ReadCommandLineInfo()
338 void CCommandInfo::ReadPathName(CString cmd, CString &path, CString &name) in ReadPathName() argument
355 path = name.Left(index); in ReadPathName()
360 path = "."; in ReadPathName()