Home
last modified time | relevance | path

Searched refs:BASE (Results 1 – 5 of 5) sorted by relevance

/system/security/keystore/tests/
DMakefile11 BASE=../../../.. macro
16 GTEST=$(BASE)/external/gtest
17 KEYMASTER=$(BASE)/system/keymaster
19 INCLUDES=$(foreach dir,$(SUBS),-I $(BASE)/$(dir)/include) \
/system/apex/apexer/
DAndroid.bp175 "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/
Daidl_to_cpp_common.h36 BASE, // Foo (not a real class, but useful in some circumstances). enumerator
Dgenerate_cpp.cpp705 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()
Daidl_to_cpp_common.cpp73 case ClassNames::BASE: in ClassName()