Home
last modified time | relevance | path

Searched defs:can_create_temp_file (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/federated-compute/fcp/tensorflow/
H A Dfile_descriptor_filesystem.cc258 bool* can_create_temp_file) { in CanCreateTempFile()
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/
H A Dfile_system_test.cc279 bool can_create_temp_file; in TEST() local
H A Dretrying_file_system.h148 bool* can_create_temp_file) override { in CanCreateTempFile()
H A Dfile_system.cc91 bool* can_create_temp_file) { in CanCreateTempFile()
H A Denv.cc330 Status Env::CanCreateTempFile(const string& fname, bool* can_create_temp_file) { in CanCreateTempFile()