Home
last modified time | relevance | path

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

/external/jsoncpp/cmake/
DJoinPaths.cmake12 set(temp_path "${first_path_segment}") variable
16 set(temp_path "${current_segment}") variable
18 set(temp_path "${temp_path}/${current_segment}") variable
/external/fmtlib/support/cmake/
DJoinPaths.cmake15 set(temp_path "${first_path_segment}") variable
19 set(temp_path "${current_segment}") variable
21 set(temp_path "${temp_path}/${current_segment}") variable
/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/files/
Dfile_locking_unittest.cc89 const FilePath temp_path = command_line->GetSwitchValuePath(kTempDirFlag); in MULTIPROCESS_TEST_MAIN() local
151 const FilePath temp_path = temp_dir_.GetPath(); in StartChildAndSignalLock() local
/external/fonttools/Tests/varLib/
Dinterpolatable_test.py51 def temp_path(self, suffix): member in InterpolatableTest
Dmutator_test.py48 def temp_path(self, suffix): member in MutatorTest
Dinterpolate_layout_test.py50 def temp_path(self, suffix): member in InterpolateLayoutTest
DvarLib_test.py73 def temp_path(self, suffix): member in BuildTest
/external/libchrome/base/trace_event/
Dcfi_backtrace_android_unittest.cc84 FilePath temp_path; in TEST() 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/google-breakpad/src/tools/windows/symupload/
Dsymupload.cc128 wchar_t temp_path[_MAX_PATH]; in DumpSymbolsToTempFile() local
/external/cldr/tools/java/org/unicode/cldr/draft/
DTypology.java62 StringBuilder temp_path = new StringBuilder(); field in Typology.MyReader
/external/e2fsprogs/misc/
Dfuse2fs.c921 char *temp_path; in op_mknod() local
1049 char *temp_path; in op_mkdir() local
1437 char *temp_path; in op_symlink() local
1783 char *temp_path; in op_link() local
2838 char *temp_path; in op_create() local
/external/fonttools/Tests/subset/
Dsubset_test.py42 def temp_path(self, suffix): member in SubsetTest
/external/fonttools/Tests/feaLib/
Dbuilder_test.py100 def temp_path(self, suffix): member in BuilderTest
/external/autotest/client/cros/
Dcros_disks.py690 def _remove_temp_path(self, temp_path): argument
/external/rust/crates/nix/test/
Dtest_unistd.rs1010 let temp_path = file.into_temp_path(); in test_setfsuid() localVariable