Home
last modified time | relevance | path

Searched refs:to_ce (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/
DInstalldNativeService.cpp1061 auto to_ce = create_data_user_ce_path(volume_uuid, user); in restoreAppDataSnapshot() local
1062 int rc = copy_directory_recursive(from_ce.c_str(), to_ce.c_str()); in restoreAppDataSnapshot()
1064 res = error(rc, "Failed copying " + from_ce + " to " + to_ce); in restoreAppDataSnapshot()