Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/platform/cloud/
H A Dgcs_file_system.h139 size_t matching_paths_cache_max_entries,
231 size_t matching_paths_cache_max_entries() const { in matching_paths_cache_max_entries() function
H A Dgcs_file_system.cc827 size_t matching_paths_cache_max_entries = in GcsFileSystem() local
834 matching_paths_cache_max_entries = value; in GcsFileSystem()
837 matching_paths_cache_max_age, matching_paths_cache_max_entries)); in GcsFileSystem()
940 size_t matching_paths_cache_max_entries, RetryConfig retry_config, in GcsFileSystem() argument
954 matching_paths_cache_max_age, matching_paths_cache_max_entries)), in GcsFileSystem()
H A Dgcs_file_system_test.cc3672 EXPECT_EQ(64, fs4.matching_paths_cache_max_entries()); in TEST()