Searched refs:paths_exist (Results 1 – 2 of 2) sorted by relevance
135 if (ops_->paths_exist == nullptr) in FilesExist()145 result = ops_->paths_exist(filesystem_.get(), translated_names.data(), in FilesExist()152 result = ops_->paths_exist(filesystem_.get(), translated_names.data(), in FilesExist()
561 bool (*paths_exist)(const TF_Filesystem* filesystem, char** paths, member