Searched refs:libDirRelativePath (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/base/core/java/android/os/incremental/ |
H A D | IncrementalStorage.java | 541 public boolean configureNativeBinaries(String apkFullPath, String libDirRelativePath, in configureNativeBinaries() argument 544 return mService.configureNativeBinaries(mId, apkFullPath, libDirRelativePath, abi, in configureNativeBinaries()
|
H A D | IIncrementalService.aidl | 148 … storageId, in @utf8InCpp String apkFullPath, in @utf8InCpp String libDirRelativePath, in @utf8InC… in configureNativeBinaries() argument
|
/aosp12/frameworks/base/services/incremental/ |
H A D | BinderIncrementalService.cpp | 311 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 D | BinderIncrementalService.h | 88 const std::string& libDirRelativePath,
|
H A D | IncrementalService.h | 197 std::string_view libDirRelativePath, std::string_view abi,
|
H A D | IncrementalService.cpp | 1864 std::string_view libDirRelativePath, in configureNativeBinaries() argument 1876 libDirRelativePath); in configureNativeBinaries()
|