Home
last modified time | relevance | path

Searched refs:rpath (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/drm/mediacas/plugins/clearkey/tests/
DAndroid.bp28 "-Wl,--rpath,${ORIGIN}/../../../system/vendor/lib/mediacas",
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp815 GeneralOptions::const_rpath_iterator rpath, in sizeNamePools() local
817 for (rpath = config().options().rpath_begin(); rpath != rpathEnd; in sizeNamePools()
818 ++rpath) in sizeNamePools()
819 dynstr += (*rpath).size() + 1; in sizeNamePools()
1072 GeneralOptions::const_rpath_iterator rpath, in emitDynNamePools() local
1074 for (rpath = config().options().rpath_begin(); rpath != rpathEnd; ++rpath) { in emitDynNamePools()
1075 memcpy((strtab + strtabsize), (*rpath).data(), (*rpath).size()); in emitDynNamePools()
1076 strtabsize += (*rpath).size(); in emitDynNamePools()
1077 strtab[strtabsize++] = (rpath + 1 == rpathEnd ? '\0' : ':'); in emitDynNamePools()
/frameworks/compile/mclinker/unittests/
Dtest3.txt52 Makefile.def Makefile.tpl src-release config.rpath \
/frameworks/compile/mclinker/tools/mcld/
DOptions.td430 def RPath : Joined<["-"], "rpath=">,