Home
last modified time | relevance | path

Searched refs:cached_file_path (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/federated-compute/fcp/client/cache/
H A Dfile_backed_resource_cache.cc172 std::filesystem::path cached_file_path = cache_dir_path_ / cache_id_str; in Put() local
191 std::filesystem::exists(cached_file_path, exists_error); in Put()
200 auto status = WriteCordToFile(cached_file_path.string(), resource); in Put()
227 std::filesystem::path cached_file_path = cache_dir_path_ / cache_id_str; in Get() local
239 ReadFileToCord(cached_file_path.string()); in Get()
244 std::filesystem::remove(cached_file_path, error); in Get()