Searched refs:Dir (Results 1 - 11 of 11) sorted by relevance

/frameworks/compile/slang/
H A Dslang_utils.cpp25 bool SlangUtils::CreateDirectoryWithParents(llvm::StringRef Dir, argument
27 return !llvm::sys::Path(Dir).createDirectoryOnDisk(/* create_parents = */true,
H A Dslang_utils.h33 static bool CreateDirectoryWithParents(llvm::StringRef Dir,
/frameworks/compile/libbcc/runtime/lib/arm/
H A DMakefile.mk13 AsmSources := $(foreach file,$(wildcard $(Dir)/*.S),$(notdir $(file)))
14 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
19 Dependencies := $(wildcard lib/*.h $(Dir)/*.h)
/frameworks/compile/libbcc/runtime/lib/i386/
H A DMakefile.mk13 AsmSources := $(foreach file,$(wildcard $(Dir)/*.S),$(notdir $(file)))
14 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
19 Dependencies := $(wildcard lib/*.h $(Dir)/*.h)
/frameworks/compile/libbcc/runtime/lib/ppc/
H A DMakefile.mk13 AsmSources := $(foreach file,$(wildcard $(Dir)/*.S),$(notdir $(file)))
14 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
19 Dependencies := $(wildcard lib/*.h $(Dir)/*.h)
/frameworks/compile/libbcc/runtime/lib/x86_64/
H A DMakefile.mk13 AsmSources := $(foreach file,$(wildcard $(Dir)/*.S),$(notdir $(file)))
14 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
19 Dependencies := $(wildcard lib/*.h $(Dir)/*.h)
/frameworks/compile/libbcc/runtime/make/
H A Dsubdir.mk14 ifeq ($(Dir),)
15 $(error "No Dir variable defined.")
28 $(call Set,Dir,$(1))
30 $$(info MAKE: $(Dir): Processing subdirectory)
36 $(call Set,$(DirKey).Dir,$(Dir))
48 $$(info MAKE: $(Dir): $$(var) is defined), \
49 $$(info MAKE: $(Dir): $$(var) is undefined)))
56 $$(error $(Dir): variable '$$(var)' was not undefined)))
69 $$(call Set,Dir,
[all...]
H A Dlib_platforms.mk43 $$(error $(Dir): variable '$$(var)' was not undefined)))
/frameworks/compile/libbcc/runtime/lib/
H A DMakefile.mk12 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
17 Dependencies := $(wildcard $(Dir)/*.h)
/frameworks/compile/llvm-ndk-cc/tests/
H A Dtest.py189 for Dir in Files:
190 if os.path.isdir(Dir):
191 if runTest(Dir):
195 FailedTests.append(Dir)
/frameworks/compile/libbcc/runtime/
H A DMakefile68 "$(foreach key,$(AvailableIn.$(fn)),$($(key).Dir))";)
104 Dir := . macro
203 $(call Set,Tmp.SubDir,$($(Tmp.SubDirKey).Dir))

Completed in 436 milliseconds