Home
last modified time | relevance | path

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

/aosp_15_r20/device/google/cuttlefish/host/commands/process_sandboxer/
Dpidfd.cpp80 int minimum_backup_fd = -1; in LaunchSubprocess() local
82 if (target_fd + 1 > minimum_backup_fd) { in LaunchSubprocess()
83 minimum_backup_fd = target_fd + 1; in LaunchSubprocess()
89 int backup = fcntl(my_fd.Get(), F_DUPFD, minimum_backup_fd); in LaunchSubprocess()