Searched refs:unset_env (Results 1 – 2 of 2) sorted by relevance
138 std::vector<llvm::StringRef> unset_env; in ComputeLaunchEnvironment() local 143 unset_env.push_back(KV.first()); in ComputeLaunchEnvironment() 145 llvm::sort(unset_env); in ComputeLaunchEnvironment() 151 unset_env.push_back("QEMU_SET_ENV"); in ComputeLaunchEnvironment() 153 if (!unset_env.empty()) { in ComputeLaunchEnvironment() 154 unset_env.push_back("QEMU_UNSET_ENV"); in ComputeLaunchEnvironment() 155 host["QEMU_UNSET_ENV"] = llvm::join(unset_env, ","); in ComputeLaunchEnvironment()
1234 zfs_nvstore_unset_impl(void *vdev, const char *name, bool unset_env) in zfs_nvstore_unset_impl() argument1267 if (unset_env) { in zfs_nvstore_unset_impl()