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/keymaster/
DMakefile25 BASE=../.. macro
31 GTEST=$(BASE)/external/googletest/googletest
33 INCLUDES=$(foreach dir,$(SUBS),-I $(BASE)/$(dir)/include) \
34 -I $(GTEST)/include -isystem $(GTEST) -Iinclude -I$(BASE)/../boringssl/include
44 CC=$(BASE)/prebuilts/clang/host/linux-x86/clang-r370808/bin/clang
45 CXX=$(BASE)/prebuilts/clang/host/linux-x86/clang-r370808/bin/clang++
60 LDLIBS=-L$(BASE)/../boringssl/build/crypto -lcrypto -lpthread -lstdc++ -lgcov
391 $(BASE)/system/security/keystore/keyblob_utils.o \
/system/tools/aidl/
Daidl_to_cpp_common.h33 BASE, // Foo (not a real class, but useful in some circumstances). enumerator
Daidl_to_cpp_common.cpp46 case ClassNames::BASE: in ClassName()
Dgenerate_cpp.cpp800 ArgList{vector<string>{ClassName(interface, ClassNames::BASE), '"' + fq_name + '"'}}}}; in BuildInterfaceSource()
953 ArgList{vector<string>{ClassName(interface, ClassNames::BASE)}}}}); in BuildInterfaceHeader()