Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_DexFile.cc947 ArrayRef<const char* const> used_filenames(filenames, 1u); in DexFile_getDexFileOutputPaths() local
951 used_filenames = ArrayRef<const char* const>(filenames, 2u); in DexFile_getDexFileOutputPaths()
954 return soa.AddLocalReference<jobjectArray>(CreateStringArray(soa.Self(), used_filenames)); in DexFile_getDexFileOutputPaths()