Home
last modified time | relevance | path

Searched refs:test_file_path (Results 1 – 3 of 3) 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_unittest.cc45 const base::FilePath test_file_path( in TEST() local
48 GetSortedResilientPolicyFilePaths(test_file_path); in TEST()
/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()