OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetNinjaShellScriptFilename
(Results
1 - 3
of
3
) sorted by null
/build/kati/
ninja.h
36
string
GetNinjaShellScriptFilename
();
regen.cc
106
if (!Exists(
GetNinjaShellScriptFilename
())) {
108
GetNinjaShellScriptFilename
().c_str());
ninja.cc
665
fp = fopen(
GetNinjaShellScriptFilename
().c_str(), "wb");
685
if (chmod(
GetNinjaShellScriptFilename
().c_str(), 0755) != 0)
791
string
GetNinjaShellScriptFilename
() {
Completed in 164 milliseconds