Home
last modified time | relevance | path

Searched refs:depfile (Results 1 - 25 of 74) sorted by relevance

123

/third_party/eudev/
H A Ddepcomp45 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 Ddepcomp45 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 Ddepcomp45 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 Ddepcomp45 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 Ddepcomp45 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 Ddepcomp45 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 Ddepcomp45 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 Ddepcomp45 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 Ddepcomp45 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 Ddepcomp45 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 Ddepcomp45 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...]
/kernel/linux/linux-5.10/scripts/
H A Dadjust_autoksyms.sh51 depfile="include/ksym/${sympath}.h"
52 mkdir -p "$(dirname "$depfile")"
53 touch "$depfile"
58 while [ ! "$depfile" -nt "$new_ksyms_file" ]; do
59 touch "$depfile"
/third_party/ninja/src/
H A Dmsvc_helper_main-win32.cc55 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 Dgraph.cc533 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...]
/kernel/linux/linux-5.10/tools/build/
H A Dfixdep.c25 char *depfile; variable
30 fprintf(stderr, "Usage: fixdep <depfile> <target> <cmdline>\n"); in usage()
127 fd = open(depfile, O_RDONLY); in print_deps()
129 fprintf(stderr, "fixdep: error opening depfile: "); in print_deps()
130 perror(depfile); in print_deps()
134 fprintf(stderr, "fixdep: error fstat'ing depfile: "); in print_deps()
135 perror(depfile); in print_deps()
139 fprintf(stderr, "fixdep: %s is empty\n", depfile); in print_deps()
162 depfile = argv[1]; in main()
/kernel/linux/linux-6.6/tools/build/
H A Dfixdep.c25 char *depfile; variable
30 fprintf(stderr, "Usage: fixdep <depfile> <target> <cmdline>\n"); in usage()
127 fd = open(depfile, O_RDONLY); in print_deps()
129 fprintf(stderr, "fixdep: error opening depfile: "); in print_deps()
130 perror(depfile); in print_deps()
134 fprintf(stderr, "fixdep: error fstat'ing depfile: "); in print_deps()
135 perror(depfile); in print_deps()
139 fprintf(stderr, "fixdep: %s is empty\n", depfile); in print_deps()
162 depfile = argv[1]; in main()
/kernel/linux/linux-5.10/scripts/dtc/
H A Ddtc.c279 depfile = fopen(depname, "w"); in main()
280 if (!depfile) in main()
283 fprintf(depfile, "%s:", outname); in main()
310 if (depfile) { in main()
311 fputc('\n', depfile); in main()
312 fclose(depfile); in main()
/kernel/linux/linux-6.6/scripts/dtc/
H A Ddtc.c281 depfile = fopen(depname, "w"); in main()
282 if (!depfile) in main()
285 fprintf(depfile, "%s:", outname); in main()
312 if (depfile) { in main()
313 fputc('\n', depfile); in main()
314 fclose(depfile); in main()
/third_party/gn/src/gn/
H A Daction_values.h43 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 Daction_target_generator.cc166 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 Dninja_toolchain_writer.cc99 // 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/node/tools/gyp/pylib/gyp/
H A Dninja_syntax.py47 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 Dninja_syntax.py47 depfile=None,
59 if depfile:
60 self.variable("depfile", depfile, indent=1)
/third_party/rust/crates/bindgen/bindgen-cli/
H A Doptions.rs51 /// 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...]
/kernel/linux/linux-5.10/scripts/basic/
H A Dfixdep.c65 * fixdep <depfile> <target> <cmdline>
67 * and will read the dependency file <depfile>
104 fprintf(stderr, "Usage: fixdep <depfile> <target> <cmdline>\n"); in usage()
387 const char *depfile, *target, *cmdline; in main() local
393 depfile = argv[1]; in main()
399 buf = read_file(depfile); in main()

Completed in 10 milliseconds

123