Home
last modified time | relevance | path

Searched defs:read_contents (Results 1 – 2 of 2) sorted by relevance

/external/cronet/base/win/
Dshortcut_unittest.cc152 char read_contents[std::size(kFileContents)]; in TEST_F() local
165 char read_contents[std::size(kFileContents)]; in TEST_F() local
217 char read_contents[std::size(kFileContents2)]; in TEST_F() local
/external/chromium-trace/catapult/devil/devil/utils/
Dcmd_helper_test.py102 def __init__(self, select_fds=_DEFAULT, read_contents=None, ts=_DEFAULT): argument