Home
last modified time | relevance | path

Searched defs:status_fd (Results 1 – 4 of 4) sorted by relevance

/aosp12/bootable/recovery/tests/unit/
H A Dinstall_test.cpp121 int status_fd = 10; in TEST() local
161 int status_fd = 10; in TEST() local
201 int status_fd = 10; in VerifyAbUpdateCommands() local
244 int status_fd = 10; in TEST() local
/aosp12/system/libprocinfo/
H A Dprocess.cpp68 int status_fd = openat(fd, "status", O_RDONLY | O_CLOEXEC); in GetProcessInfoFromProcPidFd() local
/aosp12/system/update_engine/aosp/
H A Dsideload_main.cc127 int64_t status_fd) { in ApplyUpdatePayload()
/aosp12/bootable/recovery/install/
H A Dinstall.cpp238 bool SetUpAbUpdateCommands(const std::string& package, ZipArchiveHandle zip, int status_fd, in SetUpAbUpdateCommands()
283 int status_fd, std::vector<std::string>* cmd) { in SetUpNonAbUpdateCommands()