HomeSort by relevance Sort by last modified time
    Searched refs:FIND (Results 26 - 29 of 29) sorted by null

12

  /build/kati/
ninja.cc 35 #include "find.h"
50 const size_t found = cmd.find(name);
63 index = val.find(name);
66 index = val.find(name);
81 size_t index = cmdline.find(' ');
100 return rest.find(" -c ") != string::npos ? 0 : string::npos;
118 ERROR("Cannot find the depfile in %s", cmd.as_string().c_str());
133 if (cmd->find("bin/llvm-rs-cc ") != string::npos) {
143 if (cmd->find(p) != string::npos) {
145 const size_t found = cmd->find(rm_f)
    [all...]
  /external/u-boot/
Makefile 397 # Files to ignore in find ... statements
545 autoconf_is_old := $(shell find . -path ./$(KCONFIG_CONFIG) -newer \
    [all...]
  /external/u-boot/lib/
hashtable.c 450 idx = hsearch_r(e, FIND, &ep, htab, 0);
  /external/swiftshader/third_party/LLVM/
configure 74 # Find who we are. Look in the path if we contain no directory separator.
88 # We did not find ourselves, most probably we were run as `sh COMMAND'
94 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
462 # (the dirname of $[0] is not the place where we might find the
733 FIND
1265 # Find the source files, if location was not specified.
    [all...]

Completed in 540 milliseconds

12