Searched refs:BASE (Results 1 – 5 of 5) sorted by relevance
/system/security/keystore/tests/ |
D | Makefile | 11 BASE=../../../.. macro 16 GTEST=$(BASE)/external/gtest 17 KEYMASTER=$(BASE)/system/keymaster 19 INCLUDES=$(foreach dir,$(SUBS),-I $(BASE)/$(dir)/include) \
|
/system/apex/apexer/ |
D | Android.bp | 175 "BASE=$(genDir)/binary_files && " + 176 "BIN=$$BASE/bin && " + 177 "LIB=$$BASE/lib64 && " + 201 "$(location soong_zip) -C $$BASE -D $$BASE -o $(out) && " + 202 "rm -rf $$BASE",
|
/system/tools/aidl/ |
D | aidl_to_cpp_common.h | 36 BASE, // Foo (not a real class, but useful in some circumstances). enumerator
|
D | generate_cpp.cpp | 705 GetQualifiedName(*parent), ClassName(interface, ClassNames::BASE), in GenerateInterfaceSource() 709 ClassName(interface, ClassNames::BASE), interface.GetDescriptor()); in GenerateInterfaceSource() 1014 out << "DECLARE_META_INTERFACE(" << ClassName(interface, ClassNames::BASE) << ")\n"; in GenerateInterfaceClassDecl()
|
D | aidl_to_cpp_common.cpp | 73 case ClassNames::BASE: in ClassName()
|