Home | History | Annotate | Download | only in installd

Lines Matching refs:out_fd

1013     unique_fd out_fd(open_reference_profile(packageUid,
1022 if (out_fd.get() < 0) {
1034 if (flock(out_fd.get(), LOCK_EX | LOCK_NB) != 0) {
1048 bool truncated = ftruncate(out_fd.get(), 0) == 0;
1061 write(out_fd.get(), buffer, bytes);
1063 if (flock(out_fd.get(), LOCK_UN) != 0) {