Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/os/incremental/
H A DIncrementalStorage.java541 public boolean configureNativeBinaries(String apkFullPath, String libDirRelativePath, in configureNativeBinaries() argument
544 return mService.configureNativeBinaries(mId, apkFullPath, libDirRelativePath, abi, in configureNativeBinaries()
H A DIIncrementalService.aidl148 … storageId, in @utf8InCpp String apkFullPath, in @utf8InCpp String libDirRelativePath, in @utf8InC… in configureNativeBinaries() argument
/aosp12/frameworks/base/services/incremental/
H A DBinderIncrementalService.cpp311 int32_t storageId, const std::string& apkFullPath, const std::string& libDirRelativePath, in configureNativeBinaries() argument
313 *_aidl_return = mImpl.configureNativeBinaries(storageId, apkFullPath, libDirRelativePath, abi, in configureNativeBinaries()
H A DBinderIncrementalService.h88 const std::string& libDirRelativePath,
H A DIncrementalService.h197 std::string_view libDirRelativePath, std::string_view abi,
H A DIncrementalService.cpp1864 std::string_view libDirRelativePath, in configureNativeBinaries() argument
1876 libDirRelativePath); in configureNativeBinaries()