Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/incremental/
DIncrementalStorage.java542 public boolean configureNativeBinaries(String apkFullPath, String libDirRelativePath, in configureNativeBinaries() argument
545 return mService.configureNativeBinaries(mId, apkFullPath, libDirRelativePath, abi, in configureNativeBinaries()
DIIncrementalService.aidl148 … storageId, in @utf8InCpp String apkFullPath, in @utf8InCpp String libDirRelativePath, in @utf8InC… in configureNativeBinaries() argument
/frameworks/base/services/incremental/
DBinderIncrementalService.cpp314 int32_t storageId, const std::string& apkFullPath, const std::string& libDirRelativePath, in configureNativeBinaries() argument
316 *_aidl_return = mImpl.configureNativeBinaries(storageId, apkFullPath, libDirRelativePath, abi, in configureNativeBinaries()
DBinderIncrementalService.h88 const std::string& libDirRelativePath,
DIncrementalService.h197 std::string_view libDirRelativePath, std::string_view abi,
DIncrementalService.cpp1884 std::string_view libDirRelativePath, in configureNativeBinaries() argument
1896 libDirRelativePath); in configureNativeBinaries()