Home
last modified time | relevance | path

Searched defs:temp_path (Results 1 – 9 of 9) sorted by relevance

/external/google-breakpad/src/client/windows/unittests/
Dexception_handler_nesting_test.cc146 wchar_t temp_path[MAX_PATH] = { '\0' }; in InstallExceptionHandlerAndCrash() local
256 wchar_t temp_path[MAX_PATH] = { '\0' }; in TEST() local
280 wchar_t temp_path[MAX_PATH] = { '\0' }; in TEST() local
305 wchar_t temp_path[MAX_PATH] = { '\0' }; in TEST() local
Dexception_handler_test.cc115 TCHAR temp_path[MAX_PATH] = { '\0' }; in SetUp() local
Dexception_handler_death_test.cc77 TCHAR temp_path[MAX_PATH] = { '\0' }; in SetUp() local
/external/libchrome/base/trace_event/
Dprocess_memory_maps_dump_provider_unittest.cc109 FilePath temp_path; in CreateAndSetSmapsFileForTesting() local
/external/google-breakpad/src/tools/windows/symupload/
Dsymupload.cc123 wchar_t temp_path[_MAX_PATH]; in DumpSymbolsToTempFile() local
/external/libchrome/base/process/
Dprocess_metrics_unittest.cc472 const FilePath temp_path = command_line->GetSwitchValuePath(kTempDirFlag); in MULTIPROCESS_TEST_MAIN() local
491 const FilePath temp_path = temp_dir.path(); in TEST() local
/external/webrtc/webrtc/test/testsupport/
Dfileutils.cc78 std::string temp_path = path; in SetExecutablePath() local
/external/webrtc/webrtc/base/
Dwin32regkey_unittest.cc567 wchar_t temp_path[MAX_PATH] = {0}; in RegKeyStaticFunctionsTest() local
/external/autotest/client/cros/
Dcros_disks.py555 def _remove_temp_path(self, temp_path): argument