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