Searched refs:my_path (Results 1 – 1 of 1) sorted by relevance
2557 const std::string my_path = "/proc/self/ns/mnt"; in ExecInMountNamespaceOf() local2558 android::base::unique_fd my_fd(open(my_path.c_str(), O_RDONLY | O_CLOEXEC)); in ExecInMountNamespaceOf()