Lines Matching refs:symlink_path
3903 fs::path symlink_path = env.get_folder(ManifestLocation::driver_env_var).location() / symlink_name;
3905 int res = symlink(driver_path.c_str(), symlink_path.c_str());
3907 EnvVarWrapper xdg_config_dirs_env_var{"XDG_CONFIG_DIRS", symlink_path.str()};
3922 fs::path symlink_path = env.get_folder(ManifestLocation::driver_env_var).location() / symlink_name;
3924 int res = symlink(driver_path.c_str(), symlink_path.c_str());
3938 fs::path symlink_path = env.get_folder(ManifestLocation::driver_env_var).location() / symlink_name;
3940 int res = symlink(invalid_driver_path.c_str(), symlink_path.c_str());
3944 EnvVarWrapper xdg_config_dirs_env_var{symlink_path.str()};
3955 fs::path symlink_path = env.get_folder(ManifestLocation::driver).location() / symlink_name;
3957 int res = symlink(invalid_driver_path.c_str(), symlink_path.c_str());