Home
last modified time | relevance | path

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

/external/autotest/client/bin/
Dtest.py51 self.pattern_file = '/proc/sys/kernel/core_pattern'
56 self.core_pattern_backup = open(self.pattern_file, 'r').read()
57 pattern_file = open(self.pattern_file, 'w')
60 pattern_file.write('|' + crash_handler_path + ' %p %t %u %s %h %e')
87 utils.open_write_close(self.pattern_file,
/external/tensorflow/tensorflow/compiler/xla/tests/
Dfilecheck.cc45 const std::string& pattern_file) { in RunFileCheckWithPatternFile() argument
53 {file_check_path, "-v", "-dump-input=fail", pattern_file}); in RunFileCheckWithPatternFile()
Dfilecheck.h36 const std::string& pattern_file);
/external/autotest/client/deps/fakemodem/src/
Dfakemodem.c95 gchar *pattern_file; in parse_pattern_files() local
99 pattern_file = pattern_files[i]; in parse_pattern_files()
101 pf = g_io_channel_new_file (pattern_file, "r", error); in parse_pattern_files()