Home
last modified time | relevance | path

Searched refs:rspfile (Results 1 - 15 of 15) sorted by relevance

/third_party/node/tools/gyp/pylib/gyp/
H A Dninja_syntax.py51 rspfile=None,
67 if rspfile:
68 self.variable("rspfile", rspfile, indent=1)
H A Dwin_tool.py347 def ExecActionWrapper(self, arch, rspfile, *dir):
356 args = open(rspfile).read()
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dninja_syntax.py51 rspfile=None,
67 if rspfile:
68 self.variable("rspfile", rspfile, indent=1)
H A Dwin_tool.py346 def ExecActionWrapper(self, arch, rspfile, *dir):
355 args = open(rspfile).read()
/third_party/gn/src/gn/
H A Dninja_action_target_writer.cc153 std::string rspfile = custom_rule_name; in WriteRuleDefinition() local
155 rspfile += ".$unique_name"; in WriteRuleDefinition()
156 rspfile += ".rsp"; in WriteRuleDefinition()
157 out_ << " rspfile = " << rspfile << std::endl; in WriteRuleDefinition()
H A Dninja_toolchain_writer.cc94 WriteRulePattern("rspfile", tool->rspfile(), options); in WriteToolRule()
H A Dtool.h202 const SubstitutionPattern& rspfile() const { return rspfile_; } in rspfile() function in Tool
H A Dfunction_toolchain.cc559 rspfile [string with substitutions]
566 Valid for: all tools except "action" (required when "rspfile" is used)
576 rspfile = "{{output}}.rsp"
/third_party/ninja/src/
H A Dclean.cc82 string rspfile = edge->GetUnescapedRspfile(); in RemoveEdgeFiles() local
83 if (!rspfile.empty()) in RemoveEdgeFiles()
84 Remove(rspfile); in RemoveEdgeFiles()
H A Dninja.cc897 string rspfile = edge->GetUnescapedRspfile(); in EvaluateCommandWithRspfile()
898 if (rspfile.empty()) in EvaluateCommandWithRspfile()
901 size_t index = command.find(rspfile); in EvaluateCommandWithRspfile()
916 command.replace(index - 1, rspfile.length() + 1, rspfile_content); in EvaluateCommandWithRspfile()
918 command.replace(index - 3, rspfile.length() + 3, rspfile_content); in EvaluateCommandWithRspfile()
920 command.replace(index - 14, rspfile.length() + 14, rspfile_content); in EvaluateCommandWithRspfile()
961 " -x expand @rspfile style response file invocations\n" in ToolCompilationDatabase()
H A Dbuild.cc854 string rspfile = edge->GetUnescapedRspfile(); in StartEdge() local
855 if (!rspfile.empty()) { in StartEdge()
857 if (!disk_interface_->WriteFile(rspfile, content)) in StartEdge()
948 string rspfile = edge->GetUnescapedRspfile(); in FinishCommand()
949 if (!rspfile.empty() && !g_keep_rsp) in FinishCommand()
950 disk_interface_->RemoveFile(rspfile); in FinishCommand()
/third_party/ninja/misc/
H A Dninja_syntax.py70 rspfile: Optional[str] = None,
86 if rspfile:
87 self.variable('rspfile', rspfile, indent=1)
H A Dninja.vim47 \ pool restat rspfile rspfile_content
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dninja.py1518 # If an rspfile contains spaces, ninja surrounds the filename with
1943 rspfile = None
1947 rspfile = rule_name + ".$unique_name.rsp"
1959 + rspfile
1977 rspfile=rspfile,
2180 rspfile="$binary.rsp",
2189 rspfile="$binary.rsp",
2206 rspfile="$binary.rsp",
2458 rspfile
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dninja.py1518 # If an rspfile contains spaces, ninja surrounds the filename with
1940 rspfile = None
1944 rspfile = rule_name + ".$unique_name.rsp"
1956 + rspfile
1974 rspfile=rspfile,
2177 rspfile="$binary.rsp",
2186 rspfile="$binary.rsp",
2203 rspfile="$binary.rsp",
2455 rspfile
[all...]

Completed in 16 milliseconds