Searched refs:file_check_path (Results 1 – 1 of 1) sorted by relevance
47 std::string file_check_path = tensorflow::GetDataDependencyFilepath( in RunFileCheckWithPatternFile() local52 file_check_path, in RunFileCheckWithPatternFile()53 {file_check_path, "-v", "-dump-input=fail", pattern_file}); in RunFileCheckWithPatternFile()72 LOG(WARNING) << "Tried to execute FileCheck at " << file_check_path; in RunFileCheckWithPatternFile()73 if (!env->FileExists(file_check_path).ok()) { in RunFileCheckWithPatternFile()