Searched refs:BASE (Results 1 – 6 of 6) sorted by relevance
/system/core/trusty/keymaster/legacy/ |
D | Makefile | 23 BASE=../../../.. macro 28 GTEST=$(BASE)/external/gtest 29 KM=$(BASE)/system/keymaster 31 INCLUDES=$(foreach dir,$(SUBS),-I $(BASE)/$(dir)/include) \ 32 -I $(BASE)/libnativehelper/include/nativehelper \ 34 -I $(BASE)/system/keymaster \ 36 -I$(BASE)/../boringssl/include 52 LDLIBS=-L$(BASE)/../boringssl/build/crypto -lcrypto -lpthread -lstdc++
|
/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) \ 20 -I $(BASE)/libnativehelper/include/nativehelper \
|
/system/keymaster/ |
D | Makefile | 25 BASE=../.. macro 31 GTEST=$(BASE)/external/googletest/googletest 33 INCLUDES=$(foreach dir,$(SUBS),-I $(BASE)/$(dir)/include) \ 34 -I $(BASE)/libnativehelper/include/nativehelper \ 35 -I $(GTEST)/include -isystem $(GTEST) -Iinclude -I$(BASE)/../boringssl/include 45 CC=$(BASE)/prebuilts/clang/host/linux-x86/clang-r370808/bin/clang 46 CXX=$(BASE)/prebuilts/clang/host/linux-x86/clang-r370808/bin/clang++ 61 LDLIBS=-L$(BASE)/../boringssl/build/crypto -lcrypto -lpthread -lstdc++ -lgcov 392 $(BASE)/system/security/keystore/keyblob_utils.o \
|
/system/tools/aidl/ |
D | aidl_to_cpp_common.h | 33 BASE, // Foo (not a real class, but useful in some circumstances). enumerator
|
D | aidl_to_cpp_common.cpp | 46 case ClassNames::BASE: in ClassName()
|
D | generate_cpp.cpp | 806 ArgList{vector<string>{ClassName(interface, ClassNames::BASE), '"' + fq_name + '"'}}}}; in BuildInterfaceSource() 959 ArgList{vector<string>{ClassName(interface, ClassNames::BASE)}}}}); in BuildInterfaceHeader()
|