Home
last modified time | relevance | path

Searched refs:sharedObject (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/tests/
Drun_extra_loader_tests.sh16 local sharedObject="libVkLayer_test.so"
18 if [ ! -f "$layerDirectory/$sharedObject" ]
20 echo "The file, $layerDirectory/$sharedObject, can not be found." >&2
33 …if ! cp "$layerDirectory/$sharedObject" "$implicitDirectory/" || ! cp "$layerDirectory/$json" "$im…
95 if ! rm "$implicitDirectory/$sharedObject" || ! rm "$implicitDirectory/$json"
/external/icu/icu4c/source/common/
Dunifiedcache.cpp191 const SharedObject *sharedObject = in _dumpContents() local
195 if (sharedObject->hasHardReferences()) { in _dumpContents()
202 sharedObject == gNoValue ? NULL :sharedObject, in _dumpContents()
203 sharedObject->getRefCount(), in _dumpContents()
204 sharedObject->getSoftRefCount()); in _dumpContents()
248 const SharedObject *sharedObject = in _flush() local
251 sharedObject->removeSoftRef(); in _flush()
284 const SharedObject *sharedObject = in _runEvictionSlice() local
287 sharedObject->removeSoftRef(); in _runEvictionSlice()