Searched refs:filepath_fd (Results 1 – 2 of 2) sorted by relevance
704 for (const auto& filepath_fd : modules_) { in GetFileDescriptor() local705 if (strcmp(filepath_fd.first.c_str(), file_path) == 0) { in GetFileDescriptor()708 fd = HANDLE_EINTR(dup(filepath_fd.second.get())); in GetFileDescriptor()