Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/platform_CryptohomeTPMReOwn/
Dplatform_CryptohomeTPMReOwn.py37 def test_file_path(user): function
63 run_cmd("echo TEST_CONTENT > %s" % test_file_path(self.user))
70 output = run_cmd("cat %s" % test_file_path(self.user))
79 output = run_cmd("cat %s" % test_file_path(self.user))
/external/libbrillo/policy/tests/
Dresilient_policy_util_test.cc45 const base::FilePath test_file_path( in TEST() local
48 GetSortedResilientPolicyFilePaths(test_file_path); in TEST()
/external/python/pyfakefs/pyfakefs/tests/
Dfake_os_test.py1759 test_file_path = self.make_path('test_file')
1760 self.create_file(test_file_path, contents='dummy file contents')
1761 with self.open(test_file_path, 'r') as test_file:
1771 test_file_path = self.make_path('test_file')
1772 self.create_file(test_file_path, contents='dummy file contents')
1773 with self.open(test_file_path, 'r+') as test_file:
1780 with self.open(test_file_path, 'r') as test_file:
1787 test_file_path = self.make_path('test_file')
1788 self.create_file(test_file_path, contents='dummy file contents')
1789 test_file = self.open(test_file_path, 'r')
[all …]
/external/libchrome/base/metrics/
Dfield_trial_unittest.cc1198 FilePath test_file_path = FilePath(FILE_PATH_LITERAL("Program")); in TEST() local
1199 CommandLine command_line = CommandLine(test_file_path); in TEST()