Searched defs:dir (Results 1 - 11 of 11) sorted by relevance

/build/kati/testcase/
H A Dforeach.mk3 dir := FAIL macro
4 files := $(foreach dir,$(dirs),$(foreach subdir,$(dirs),$(dir)/$(subdir)/$(base)))
/build/make/tools/fs_config/
H A Dfs_config_generate.c57 bool dir = false, file = false; local
69 dir = true;
72 if (dir) {
100 if (!file && !dir) {
106 if (dir) {
/build/tools/fs_config/
H A Dfs_config_generate.c57 bool dir = false, file = false; local
69 dir = true;
72 if (dir) {
100 if (!file && !dir) {
106 if (dir) {
/build/make/tools/libhost/
H A DCopyFile.c441 DIR* dir; local
444 DBUG(("--- copy dir '%s' to '%s'\n", src, dst));
464 DBUG(("--- creating dir '%s'\n", dst));
479 dir = opendir(src);
480 if (dir == NULL) {
492 ent = readdir(dir);
522 closedir(dir);
/build/tools/libhost/
H A DCopyFile.c441 DIR* dir; local
444 DBUG(("--- copy dir '%s' to '%s'\n", src, dst));
464 DBUG(("--- creating dir '%s'\n", dst));
479 dir = opendir(src);
480 if (dir == NULL) {
492 ent = readdir(dir);
522 closedir(dir);
/build/core/
H A Dproduct.mk22 # If the <product_name> is the same as the base file name (without dir
26 # Search for AndroidProducts.mks in the given dir.
27 # $(1): the path to the dir
28 define _search-android-products-files-in-dir
40 $(foreach d, device vendor product,$(call _search-android-products-files-in-dir,$(d))) \
53 $(eval LOCAL_DIR := $(patsubst %/,%,$(dir $(f)))) \
H A Ddefinitions.mk142 define my-dir
146 $(error my-dir must be called before including any other makefile.) \
148 $(patsubst %/,%,$(dir $(LOCAL_MODULE_MAKEFILE))) \
171 --mindepth=2 $(addprefix --dir=,$(1)) Android.mk)
180 $(call all-makefiles-under,$(call my-dir))
191 $(wildcard $(addsuffix /Android.mk, $(addprefix $(call my-dir)/,$(1))))
439 # $(1): the base dir, relative to the root of the source tree.
441 # $(3): a list of subdirs of the base dir.
442 # Returns: a list of paths relative to the base dir.
465 $(call find-parent-file,$(patsubst %/,%,$(dir
[all...]
/build/make/core/
H A Dproduct.mk22 # If the <product_name> is the same as the base file name (without dir
26 # Search for AndroidProducts.mks in the given dir.
27 # $(1): the path to the dir
28 define _search-android-products-files-in-dir
40 $(foreach d, device vendor product,$(call _search-android-products-files-in-dir,$(d))) \
53 $(eval LOCAL_DIR := $(patsubst %/,%,$(dir $(f)))) \
H A Ddefinitions.mk142 define my-dir
146 $(error my-dir must be called before including any other makefile.) \
148 $(patsubst %/,%,$(dir $(LOCAL_MODULE_MAKEFILE))) \
171 --mindepth=2 $(addprefix --dir=,$(1)) Android.mk)
180 $(call all-makefiles-under,$(call my-dir))
191 $(wildcard $(addsuffix /Android.mk, $(addprefix $(call my-dir)/,$(1))))
439 # $(1): the base dir, relative to the root of the source tree.
441 # $(3): a list of subdirs of the base dir.
442 # Returns: a list of paths relative to the base dir.
465 $(call find-parent-file,$(patsubst %/,%,$(dir
[all...]
/build/kati/
H A Dfind.cc686 } else if (HasPrefix(tok, "--dir=")) {
687 StringPiece dir= tok.substr(strlen("--dir=")); local
688 fc_->finddirs.push_back(dir.as_string());
806 LOG("FindEmulator: Cannot handle test dir (%.*s): %s",
812 LOG("FindEmulator: Test dir (%.*s) not found: %s",
838 const string dir = ConcatDir(fc.chdir, finddir); variable
840 if (!CanHandle(dir)) {
841 LOG("FindEmulator: Cannot handle find dir (%s): %s",
842 dir
919 DIR* dir = opendir(path.empty() ? "." : path.c_str()); local
1007 DirentNode* dir = ConstructDirectoryTree(path); local
[all...]
H A Dninja.cc343 StringPiece dir = Dirname(name); local
344 if (cmd == dir) {
731 for (const string& dir : dirs) {
732 DumpString(fp, dir);

Completed in 9164 milliseconds