Searched defs:find (Results 1 - 7 of 7) sorted by relevance

/build/kati/
H A Dfunc.h58 unique_ptr<FindCommand> find; member in struct:CommandResult
H A Dstring_piece.cc62 size_type StringPiece::find(const StringPiece& s, size_type pos) const { function in class:StringPiece
72 size_type StringPiece::find(char c, size_type pos) const { function in class:StringPiece
76 const char* result = std::find(ptr_ + pos, ptr_ + length_, c);
H A Dfunc.cc34 #include "find.h"
48 if (cmd->find('#') == string::npos)
130 size_t found = str.find(pat, index);
141 const string&& find = args[0]->Eval(ev); local
143 if (in.find(find) != string::npos)
144 AppendString(find, s);
582 cr->find.reset(fc);
875 auto found = g_func_info_map->find(name);
/build/core/
H A Dproduct_config.mk76 define find-copy-subdir-files
77 $(sort $(shell find $(2) -name "$(1)" -type f | $(SED_EXTENDED) "s:($(2)/?(.*)):\\1\\:$(3)/\\2:" | sed "s://:/:g"))
H A Ddefinitions.mk202 $(call find-subdir-files,$(2) -type d -name "$(1)")
222 $(call find-files-in-subdirs,$(LOCAL_PATH),"$(1)",$(2))
282 find -L $(1) -name "*$(or $(LOCAL_CPP_EXTENSION),.cpp)" -and -not -name ".*") \
358 $(call find-subdir-files,$(1) \( -name "*.rs" -or -name "*.fs" \) -and -not -name ".*")
392 ## SRC_FILES := $(call find-subdir-files, <pattern>)
395 define find-subdir-files
396 $(sort $(patsubst ./%,%,$(shell cd $(LOCAL_PATH) ; find -L $(1))))
400 # find the files in the subdirectory $1 of LOCAL_DIR
403 # SRC_FILES += $(call find-subdir-subdir-files, \
407 define find
[all...]
/build/make/core/
H A Dproduct_config.mk76 define find-copy-subdir-files
77 $(sort $(shell find $(2) -name "$(1)" -type f | $(SED_EXTENDED) "s:($(2)/?(.*)):\\1\\:$(3)/\\2:" | sed "s://:/:g"))
H A Ddefinitions.mk202 $(call find-subdir-files,$(2) -type d -name "$(1)")
222 $(call find-files-in-subdirs,$(LOCAL_PATH),"$(1)",$(2))
282 find -L $(1) -name "*$(or $(LOCAL_CPP_EXTENSION),.cpp)" -and -not -name ".*") \
358 $(call find-subdir-files,$(1) \( -name "*.rs" -or -name "*.fs" \) -and -not -name ".*")
392 ## SRC_FILES := $(call find-subdir-files, <pattern>)
395 define find-subdir-files
396 $(sort $(patsubst ./%,%,$(shell cd $(LOCAL_PATH) ; find -L $(1))))
400 # find the files in the subdirectory $1 of LOCAL_DIR
403 # SRC_FILES += $(call find-subdir-subdir-files, \
407 define find
[all...]

Completed in 565 milliseconds