replicant-frameworks_native/cmds/installd
Narayan Kamath d845c96128 Add an installd command to link files
Given a pair of absolute paths {from_path, to_path} , check that
they are both valid apk subpaths (eg. /data/app/package/foo) and
link(2) to_path to from_path. This is required by staged installs,
where we link existing apks and oat files to their staging location.

bug: 20889739
Change-Id: I3b5e3b43677af68be59308121a4409caaa6a72f0
2015-06-09 11:35:43 +01:00
..
tests Offer to move both code and data together. 2015-04-30 16:02:58 -07:00
Android.mk Command to move private app data between volumes. 2015-04-10 00:21:35 -07:00
commands.cpp Add an installd command to link files 2015-06-09 11:35:43 +01:00
installd.cpp Add an installd command to link files 2015-06-09 11:35:43 +01:00
installd.h Add an installd command to link files 2015-06-09 11:35:43 +01:00
utils.cpp Add an installd command to link files 2015-06-09 11:35:43 +01:00