summaryrefslogtreecommitdiff
path: root/services/incremental/path.cpp
AgeCommit message (Collapse)Author
2021-05-13Duplicate apk names on package update.Alex Buynytskyy
+minor fixes Bug: 187710420 Test: atest PackageManagerShellCommandTest PackageManagerShellCommandIncrementalTest Change-Id: Iced479532b38bddcd8655df3ce08611434965cf4
2021-03-23[incfs] Optimize path::join for appendingYurii Zubrytskyi
Append path strings to the first argument if it's an rvalue Bug: 183435580 Test: atest libincfs-test service.incremental_test Change-Id: I52c4a1f0e4ad3547aeccac96a3393323e3be9adb
2020-04-22[incfs] Fix bad path::join() path preparationYurii Zubrytskyi
Bug: 151241369 Test: atest IncrementalServiceTest Change-Id: I6e7655634de722c46e96e66b58c0c4c8e5098874
2020-01-28Port the current code to new IncFSYurii Zubrytskyi
Bug: 146080380 Test: manual, "cmd incremental install-start" Change-Id: I6761c3f0e58b6d4de1ae3c4b31c23204fba9f740
2019-12-19[incremental] native implementation of Incremental ServiceSongchun Fan
The implementation of IIncrementalManager.aidl. TODO to refactor this. Test: atest service.incremental_test Change-Id: Ib8c8a9c0e7f0289b4bcd8961fa39746ed12b4310