/third_party/eudev/ |
H A D | depcomp | 45 depfile Dependency file to output. 78 # we still have to create a dummy depfile, to avoid errors with the 82 echo "#dummy" > "$depfile" 85 # Factor out some common post-processing of the generated depfile. 100 } > "$depfile" 125 depfile=${depfile-`echo "$object" | 127 tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} 197 mv "$tmpdepfile" "$depfile" 223 rm -f "$depfile" [all...] |
/third_party/lame/ |
H A D | depcomp | 45 depfile Dependency file to output. 78 # we still have to create a dummy depfile, to avoid errors with the 82 echo "#dummy" > "$depfile" 85 # Factor out some common post-processing of the generated depfile. 100 } > "$depfile" 125 depfile=${depfile-`echo "$object" | 127 tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} 197 mv "$tmpdepfile" "$depfile" 223 rm -f "$depfile" [all...] |
/third_party/lame/libmp3lame/ |
H A D | depcomp | 45 depfile Dependency file to output. 78 # we still have to create a dummy depfile, to avoid errors with the 82 echo "#dummy" > "$depfile" 85 # Factor out some common post-processing of the generated depfile. 100 } > "$depfile" 125 depfile=${depfile-`echo "$object" | 127 tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} 197 mv "$tmpdepfile" "$depfile" 223 rm -f "$depfile" [all...] |
/third_party/lame/mpglib/ |
H A D | depcomp | 45 depfile Dependency file to output. 78 # we still have to create a dummy depfile, to avoid errors with the 82 echo "#dummy" > "$depfile" 85 # Factor out some common post-processing of the generated depfile. 100 } > "$depfile" 125 depfile=${depfile-`echo "$object" | 127 tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} 197 mv "$tmpdepfile" "$depfile" 223 rm -f "$depfile" [all...] |
/third_party/lame/frontend/ |
H A D | depcomp | 45 depfile Dependency file to output. 78 # we still have to create a dummy depfile, to avoid errors with the 82 echo "#dummy" > "$depfile" 85 # Factor out some common post-processing of the generated depfile. 100 } > "$depfile" 125 depfile=${depfile-`echo "$object" | 127 tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} 197 mv "$tmpdepfile" "$depfile" 223 rm -f "$depfile" [all...] |
/third_party/lame/misc/ |
H A D | depcomp | 45 depfile Dependency file to output. 78 # we still have to create a dummy depfile, to avoid errors with the 82 echo "#dummy" > "$depfile" 85 # Factor out some common post-processing of the generated depfile. 100 } > "$depfile" 125 depfile=${depfile-`echo "$object" | 127 tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} 197 mv "$tmpdepfile" "$depfile" 223 rm -f "$depfile" [all...] |
/third_party/node/deps/cares/ |
H A D | depcomp | 45 depfile Dependency file to output. 78 # we still have to create a dummy depfile, to avoid errors with the 82 echo "#dummy" > "$depfile" 85 # Factor out some common post-processing of the generated depfile. 100 } > "$depfile" 125 depfile=${depfile-`echo "$object" | 127 tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} 197 mv "$tmpdepfile" "$depfile" 223 rm -f "$depfile" [all...] |
/third_party/node/deps/cares/config/ |
H A D | depcomp | 45 depfile Dependency file to output. 78 # we still have to create a dummy depfile, to avoid errors with the 82 echo "#dummy" > "$depfile" 85 # Factor out some common post-processing of the generated depfile. 100 } > "$depfile" 125 depfile=${depfile-`echo "$object" | 127 tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} 197 mv "$tmpdepfile" "$depfile" 223 rm -f "$depfile" [all...] |
/third_party/libevdev/build-aux/ |
H A D | depcomp | 45 depfile Dependency file to output. 78 # we still have to create a dummy depfile, to avoid errors with the 82 echo "#dummy" > "$depfile" 85 # Factor out some common post-processing of the generated depfile. 100 } > "$depfile" 125 depfile=${depfile-`echo "$object" | 127 tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} 197 mv "$tmpdepfile" "$depfile" 223 rm -f "$depfile" [all...] |
/third_party/skia/third_party/externals/libpng/ |
H A D | depcomp | 45 depfile Dependency file to output. 78 # we still have to create a dummy depfile, to avoid errors with the 82 echo "#dummy" > "$depfile" 85 # Factor out some common post-processing of the generated depfile. 100 } > "$depfile" 125 depfile=${depfile-`echo "$object" | 127 tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} 197 mv "$tmpdepfile" "$depfile" 223 rm -f "$depfile" [all...] |
/third_party/skia/third_party/externals/microhttpd/ |
H A D | depcomp | 45 depfile Dependency file to output. 78 # we still have to create a dummy depfile, to avoid errors with the 82 echo "#dummy" > "$depfile" 85 # Factor out some common post-processing of the generated depfile. 100 } > "$depfile" 125 depfile=${depfile-`echo "$object" | 127 tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} 197 mv "$tmpdepfile" "$depfile" 223 rm -f "$depfile" [all...] |
/third_party/ninja/src/ |
H A D | msvc_helper_main-win32.cc | 55 FILE* depfile = fopen(depfile_path.c_str(), "w"); in WriteDepFileOrDie() local 56 if (!depfile) { in WriteDepFileOrDie() 61 if (fprintf(depfile, "%s: ", object_path) < 0) { in WriteDepFileOrDie() 63 fclose(depfile); in WriteDepFileOrDie() 70 if (fprintf(depfile, "%s\n", EscapeForDepfile(*i).c_str()) < 0) { in WriteDepFileOrDie() 72 fclose(depfile); in WriteDepFileOrDie() 77 fclose(depfile); in WriteDepFileOrDie()
|
H A D | graph.cc | 533 return env.LookupVariable("depfile");
in GetUnescapedDepfile() 634 string depfile = edge->GetUnescapedDepfile();
in LoadDeps() 635 if (!depfile.empty())
in LoadDeps() 636 return LoadDepFile(edge, depfile, err);
in LoadDeps() 655 METRIC_RECORD("depfile load");
in LoadDepFile() 656 // Read depfile content. Treat a missing depfile as empty.
in LoadDepFile() 668 // On a missing depfile: return false and empty *err.
in LoadDepFile() 670 EXPLAIN("depfile '%s' is missing", path.c_str());
in LoadDepFile() 674 DepfileParser depfile(depfile_parser_options in LoadDepFile() [all...] |
H A D | clean.cc | 78 string depfile = edge->GetUnescapedDepfile(); in RemoveEdgeFiles() local 79 if (!depfile.empty()) in RemoveEdgeFiles() 80 Remove(depfile); in RemoveEdgeFiles()
|
H A D | build.cc | 102 // (e.g. a source file), or an implicit input from a depfile or dyndep
in AddSubTarget() 566 string depfile = (*e)->GetUnescapedDepfile();
in Cleanup() local 572 // uses a depfile, always delete. (Consider the case where we
in Cleanup() 574 // mentioned in a depfile, and the command touches its depfile
in Cleanup() 580 if (!depfile.empty() || (*o)->mtime() != new_mtime)
in Cleanup() 583 if (!depfile.empty())
in Cleanup() 584 disk_interface_->RemoveFile(depfile);
in Cleanup() 996 string depfile = result->edge->GetUnescapedDepfile();
in ExtractDeps() local 997 if (depfile in ExtractDeps() [all...] |
/third_party/gn/src/gn/ |
H A D | action_values.h | 43 const SubstitutionPattern& depfile() const { return depfile_; } in depfile() function in ActionValues 45 void set_depfile(const SubstitutionPattern& depfile) { depfile_ = depfile; } in set_depfile() argument
|
H A D | action_target_generator.cc | 166 SubstitutionPattern depfile; in FillDepfile() 167 if (!depfile.Parse(*value, err_)) in FillDepfile() 169 if (!EnsureSubstitutionIsInOutputDir(depfile, *value)) in FillDepfile() 172 target_->action_values().set_depfile(depfile); in FillDepfile()
|
H A D | ninja_toolchain_writer.cc | 99 // GCC-style deps require a depfile. in WriteToolRule() 100 if (!c_tool->depfile().empty()) { in WriteToolRule() 101 WriteRulePattern("depfile", tool->depfile(), options); in WriteToolRule() 105 // MSVC deps don't have a depfile. in WriteToolRule() 108 } else if (!tool->depfile().empty()) { in WriteToolRule() 109 WriteRulePattern("depfile", tool->depfile(), options); in WriteToolRule()
|
/third_party/rust/crates/bindgen/bindgen-cli/ |
H A D | options.rs | 51 /// Path to write depfile to. 53 depfile: Option<String>, 388 depfile, in builder_from_flags() 804 if let Some(depfile) = depfile { in builder_from_flags() 805 builder = builder.depfile(path, depfile); in builder_from_flags() 809 if let Some(depfile) = depfile { in builder_from_flags() 810 builder = builder.depfile(" in builder_from_flags() [all...] |
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | ninja_syntax.py | 47 depfile=None, 59 if depfile: 60 self.variable("depfile", depfile, indent=1)
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | ninja_syntax.py | 47 depfile=None, 59 if depfile: 60 self.variable("depfile", depfile, indent=1)
|
/third_party/gn/examples/ios/build/toolchain/apple/ |
H A D | swiftc.py | 34 for key in ('module_path', 'header_path', 'depfile'): 126 with open(settings.depfile, 'w') as depfile: 130 depfile.write('%s : %s\n' % (key, ' '.join(inputs))) 160 '--depfile', '-d', 161 help='path to the generated depfile') 163 '--depfile-filter', action='append', 164 help='limit depfile to those files')
|
/third_party/ninja/misc/ |
H A D | ninja_syntax.py | 66 depfile: Optional[str] = None, 78 if depfile: 79 self.variable('depfile', depfile, indent=1)
|
/third_party/skia/third_party/externals/dawn/generator/ |
H A D | generator_lib.py | 30 --depfile can be used to specify an output Ninja dependency file for the 245 '--depfile', 248 help='Name of the Ninja depfile to create for the JSON tarball') 288 if args.depfile != None or args.print_cmake_dependencies: 296 if args.depfile != None: 297 with open(args.depfile, 'w') as f:
|
/third_party/node/tools/gyp/pylib/gyp/generator/ |
H A D | ninja.py | 663 depfile = action.get("depfile", None) 664 if depfile: 665 depfile = self.ExpandSpecial(depfile, self.base_to_build) 668 name, args, description, win_shell_flags, env, pool, depfile=depfile 1902 self, name, args, description, win_shell_flags, env, pool, depfile=None 1974 depfile=depfile, [all...] |