Home
last modified time | relevance | path

Searched defs:temp_path (Results 1 – 17 of 17) 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/perf_data_converter/src/quipper/
Dscoped_temp_path_test.cc118 ScopedTempDir temp_path; in TEST() local
135 ScopedTempDir temp_path(prefix); in TEST() local
167 ScopedTempDir temp_path; in TEST() local
/external/fonttools/Tests/varLib/
Dinterpolatable_test.py53 def temp_path(self, suffix): member in InterpolatableTest
Dmutator_test.py50 def temp_path(self, suffix): member in MutatorTest
DvarLib_test.py61 def temp_path(self, suffix): member in BuildTest
Dinterpolate_layout_test.py52 def temp_path(self, suffix): member in InterpolateLayoutTest
/external/google-breakpad/src/tools/windows/symupload/
Dsymupload.cc123 wchar_t temp_path[_MAX_PATH]; in DumpSymbolsToTempFile() local
/external/webrtc/webrtc/test/testsupport/
Dfileutils.cc78 std::string temp_path = path; in SetExecutablePath() local
/external/libchrome/base/process/
Dprocess_metrics_unittest.cc556 const FilePath temp_path = command_line->GetSwitchValuePath(kTempDirFlag); in MULTIPROCESS_TEST_MAIN() local
578 const FilePath temp_path = temp_dir.GetPath(); in TEST() local
/external/webrtc/webrtc/base/
Dwin32regkey_unittest.cc567 wchar_t temp_path[MAX_PATH] = {0}; in RegKeyStaticFunctionsTest() local
/external/cldr/tools/java/org/unicode/cldr/draft/
DTypology.java61 StringBuilder temp_path = new StringBuilder(); field in Typology.MyReader
/external/fonttools/Tests/subset/
Dsubset_test.py36 def temp_path(self, suffix): member in SubsetTest
/external/fonttools/Tests/feaLib/
Dbuilder_test.py97 def temp_path(self, suffix): member in BuilderTest
/external/e2fsprogs/misc/
Dfuse2fs.c919 char *temp_path; in op_mknod() local
1047 char *temp_path; in op_mkdir() local
1435 char *temp_path; in op_symlink() local
1781 char *temp_path; in op_link() local
2836 char *temp_path; in op_create() local
/external/autotest/client/cros/
Dcros_disks.py609 def _remove_temp_path(self, temp_path): argument