Searched refs:command_str (Results 1 – 3 of 3) sorted by relevance
115 command_str = self.command.resolve(config, search_dirs)117 command_str = str(self.command)119 if command_str:121 command_str = ' '.join([command_str] + self.extra_args)127 command_str = os.path.join(145 return (self.regex, tool_pipe, command_str)
92 StringPiece command_str = io::Basename(argv_zero); in InferSourceFileName() local99 if (str_util::ConsumePrefix(&command_str, kExecPrefix) && in InferSourceFileName()100 str_util::EndsWith(command_str, kExecSuffix)) { in InferSourceFileName()101 command_str.remove_suffix(strlen(kExecSuffix)); in InferSourceFileName()102 return strings::StrCat(command_str, ".cc"); in InferSourceFileName()
1532 def _tab_complete(self, command_str): argument1551 command_str)