Loading cmds/installd/InstalldNativeService.cpp +0 −2 Original line number Diff line number Diff line Loading @@ -637,7 +637,6 @@ binder::Status InstalldNativeService::createAppDataBatched( const std::vector<android::os::CreateAppDataArgs>& args, std::vector<android::os::CreateAppDataResult>* _aidl_return) { ENFORCE_UID(AID_SYSTEM); std::lock_guard<std::recursive_mutex> lock(mLock); std::vector<android::os::CreateAppDataResult> results; for (const auto &arg : args) { Loading Loading @@ -1627,7 +1626,6 @@ binder::Status InstalldNativeService::rmdex(const std::string& codePath, const std::string& instructionSet) { ENFORCE_UID(AID_SYSTEM); CHECK_ARGUMENT_PATH(codePath); std::lock_guard<std::recursive_mutex> lock(mLock); char dex_path[PKG_PATH_MAX]; Loading Loading
cmds/installd/InstalldNativeService.cpp +0 −2 Original line number Diff line number Diff line Loading @@ -637,7 +637,6 @@ binder::Status InstalldNativeService::createAppDataBatched( const std::vector<android::os::CreateAppDataArgs>& args, std::vector<android::os::CreateAppDataResult>* _aidl_return) { ENFORCE_UID(AID_SYSTEM); std::lock_guard<std::recursive_mutex> lock(mLock); std::vector<android::os::CreateAppDataResult> results; for (const auto &arg : args) { Loading Loading @@ -1627,7 +1626,6 @@ binder::Status InstalldNativeService::rmdex(const std::string& codePath, const std::string& instructionSet) { ENFORCE_UID(AID_SYSTEM); CHECK_ARGUMENT_PATH(codePath); std::lock_guard<std::recursive_mutex> lock(mLock); char dex_path[PKG_PATH_MAX]; Loading