Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd_prepostinstall.cpp70 int hook_idx = -1; in StageFnInstall() local
73 if (hook_idx != -1) { in StageFnInstall()
76 hook_idx = i; in StageFnInstall()
79 CHECK(hook_idx != -1); in StageFnInstall()
80 LOG(VERBOSE) << name << " for " << apexes[hook_idx].GetPath(); in StageFnInstall()
135 mounted_apexes[hook_idx].mount_point, // Make the APEX with hook first. in StageFnInstall()
138 if ((int)i != hook_idx) { in StageFnInstall()