Searched refs:apk_fd (Results 1 – 1 of 1) sorted by relevance
1229 for (fd_t apk_fd : apk_fds) { in run_profman_dump() local1230 profman_args.push_back(StringPrintf("--apk-fd=%d", apk_fd)); in run_profman_dump()1284 fd_t apk_fd = open(full_path, O_RDONLY | O_NOFOLLOW); in dump_profile() local1285 if (apk_fd == -1) { in dump_profile()1290 apk_fds.push_back(apk_fd); in dump_profile()