OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:file_contains_pattern
(Results
1 - 2
of
2
) sorted by null
/external/autotest/client/tests/libhugetlbfs/
libhugetlbfs.py
29
if not utils.
file_contains_pattern
('/proc/mounts', 'hugetlbfs'):
/external/autotest/client/bin/
base_utils.py
207
def
file_contains_pattern
(file, pattern):
function
235
if
file_contains_pattern
(issue, 'Red Hat'):
237
elif
file_contains_pattern
(issue, 'Fedora'):
239
elif
file_contains_pattern
(issue, 'SUSE'):
241
elif
file_contains_pattern
(issue, 'Ubuntu'):
243
elif
file_contains_pattern
(issue, 'Debian'):
Completed in 65 milliseconds