Searched refs:test_file_path (Results 1 – 4 of 4) sorted by relevance
37 def test_file_path(user): function63 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))
45 const base::FilePath test_file_path( in TEST() local48 GetSortedResilientPolicyFilePaths(test_file_path); in TEST()
1759 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 …]
1198 FilePath test_file_path = FilePath(FILE_PATH_LITERAL("Program")); in TEST() local1199 CommandLine command_line = CommandLine(test_file_path); in TEST()