Lines Matching refs:ManifestLocation

3825     auto null_path = env.get_folder(ManifestLocation::null).location() / "test_layer.json";
3844 auto null_path = env.get_folder(ManifestLocation::null).location() / "test_icd_0.json";
3863 EnvVarWrapper ld_library_path("LD_LIBRARY_PATH", env.get_folder(ManifestLocation::driver).location().str());
3864 ld_library_path.add_to_list(env.get_folder(ManifestLocation::explicit_layer).location().str());
3903 fs::path symlink_path = env.get_folder(ManifestLocation::driver_env_var).location() / symlink_name;
3904 env.get_folder(ManifestLocation::driver_env_var).add_existing_file(symlink_name);
3922 fs::path symlink_path = env.get_folder(ManifestLocation::driver_env_var).location() / symlink_name;
3923 env.get_folder(ManifestLocation::driver_env_var).add_existing_file(symlink_name);
3927 env.platform_shim->set_fake_path(ManifestCategory::icd, env.get_folder(ManifestLocation::driver_env_var).location());
3938 fs::path symlink_path = env.get_folder(ManifestLocation::driver_env_var).location() / symlink_name;
3939 fs::path invalid_driver_path = env.get_folder(ManifestLocation::driver).location() / "nothing_here.json";
3942 env.get_folder(ManifestLocation::driver_env_var).add_existing_file(symlink_name);
3955 fs::path symlink_path = env.get_folder(ManifestLocation::driver).location() / symlink_name;
3956 fs::path invalid_driver_path = env.get_folder(ManifestLocation::driver_env_var).location() / "nothing_here.json";
3959 env.get_folder(ManifestLocation::driver).add_existing_file(symlink_name);
3961 env.platform_shim->set_fake_path(ManifestCategory::icd, env.get_folder(ManifestLocation::driver_env_var).location());
4184 fs::path new_path = env.get_folder(ManifestLocation::driver).write_manifest(file_name, invalid_jsons[i]);
4208 fs::path new_path = env.get_folder(ManifestLocation::implicit_layer).write_manifest(file_name, invalid_jsons[i]);