Home
last modified time | relevance | path

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

/system/core/trusty/keymaster/
DMakefile23 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/
DMakefile11 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/
DMakefile25 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
61 LDLIBS=-L$(BASE)/../boringssl/build/crypto -lcrypto -lpthread -lstdc++ -lgcov
357 $(BASE)/system/security/softkeymaster/keymaster_openssl.o \
358 $(BASE)/system/security/keystore/keyblob_utils.o \
/system/tools/aidl/
Dgenerate_cpp.h39 BASE, // Foo (not a real class, but useful in some circumstances). enumerator
Dgenerate_cpp.cpp225 case ClassNames::BASE: in ClassName()
602 ArgList{vector<string>{ClassName(interface, ClassNames::BASE), in BuildInterfaceSource()
716 ArgList{vector<string>{ClassName(interface, ClassNames::BASE)}}}}); in BuildInterfaceHeader()