/aosp_15_r20/external/openthread/third_party/mbedtls/repo/pkgconfig/ |
H A D | JoinPaths.cmake | 16 set(temp_path "${first_path_segment}") variable 20 set(temp_path "${current_segment}") variable 22 set(temp_path "${temp_path}/${current_segment}") variable
|
/aosp_15_r20/external/OpenCL-Headers/cmake/ |
H A D | JoinPaths.cmake | 15 set(temp_path "${first_path_segment}") variable 19 set(temp_path "${current_segment}") variable 21 set(temp_path "${temp_path}/${current_segment}") variable
|
/aosp_15_r20/external/OpenCL-CLHPP/cmake/ |
H A D | JoinPaths.cmake | 15 set(temp_path "${first_path_segment}") variable 19 set(temp_path "${current_segment}") variable 21 set(temp_path "${temp_path}/${current_segment}") variable
|
/aosp_15_r20/external/OpenCL-ICD-Loader/cmake/ |
H A D | JoinPaths.cmake | 15 set(temp_path "${first_path_segment}") variable 19 set(temp_path "${current_segment}") variable 21 set(temp_path "${temp_path}/${current_segment}") variable
|
/aosp_15_r20/external/jsoncpp/cmake/ |
H A D | JoinPaths.cmake | 12 set(temp_path "${first_path_segment}") variable 16 set(temp_path "${current_segment}") variable 18 set(temp_path "${temp_path}/${current_segment}") variable
|
/aosp_15_r20/external/fmtlib/support/cmake/ |
H A D | JoinPaths.cmake | 15 set(temp_path "${first_path_segment}") variable 19 set(temp_path "${current_segment}") variable 21 set(temp_path "${temp_path}/${current_segment}") variable
|
/aosp_15_r20/external/zstd/build/cmake/CMakeModules/ |
H A D | JoinPaths.cmake | 12 set(temp_path "${first_path_segment}") variable 16 set(temp_path "${current_segment}") variable 18 set(temp_path "${temp_path}/${current_segment}") variable
|
/aosp_15_r20/external/google-breakpad/src/client/windows/unittests/ |
H A D | exception_handler_nesting_test.cc | 149 wchar_t temp_path[MAX_PATH] = { '\0' }; in InstallExceptionHandlerAndCrash() local 259 wchar_t temp_path[MAX_PATH] = { '\0' }; in TEST() local 283 wchar_t temp_path[MAX_PATH] = { '\0' }; in TEST() local 308 wchar_t temp_path[MAX_PATH] = { '\0' }; in TEST() local
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/unix/kernel_copy/ |
H A D | tests.rs | 131 let temp_path = tmpdir(); in bench_file_to_file_copy() localVariable 161 let temp_path = tmpdir(); in bench_file_to_socket_copy() localVariable 193 let temp_path = tmpdir(); in bench_file_to_uds_copy() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/kernel_copy/ |
H A D | tests.rs | 131 let temp_path = tmpdir(); in bench_file_to_file_copy() localVariable 161 let temp_path = tmpdir(); in bench_file_to_socket_copy() localVariable 193 let temp_path = tmpdir(); in bench_file_to_uds_copy() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/kernel_copy/ |
H A D | tests.rs | 131 let temp_path = tmpdir(); in bench_file_to_file_copy() localVariable 161 let temp_path = tmpdir(); in bench_file_to_socket_copy() localVariable 193 let temp_path = tmpdir(); in bench_file_to_uds_copy() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/unix/kernel_copy/ |
H A D | tests.rs | 131 let temp_path = tmpdir(); in bench_file_to_file_copy() localVariable 161 let temp_path = tmpdir(); in bench_file_to_socket_copy() localVariable 193 let temp_path = tmpdir(); in bench_file_to_uds_copy() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/kernel_copy/ |
H A D | tests.rs | 131 let temp_path = tmpdir(); in bench_file_to_file_copy() localVariable 161 let temp_path = tmpdir(); in bench_file_to_socket_copy() localVariable 193 let temp_path = tmpdir(); in bench_file_to_uds_copy() localVariable
|
/aosp_15_r20/external/vboot_reference/futility/ |
H A D | updater_archive.c | 113 char **temp_path) in archive_fallback_get_path() 126 char *temp_path = NULL; in archive_fallback_has_entry() local 140 char *temp_path = NULL; in archive_fallback_read_file() local 164 char *temp_path = NULL; in archive_fallback_write_file() local
|
/aosp_15_r20/external/cpuinfo/ |
H A D | CMakeLists.txt | 852 SET(temp_path "${first_path_segment}") variable 856 SET(temp_path "${current_segment}") variable 858 SET(temp_path "${temp_path}/${current_segment}") variable
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/os/linux_generic/ |
D | files.cc | 33 void HandleError(const std::string& temp_path, int* dir_fd, FILE** fp) { in HandleError() 107 const std::string temp_path = path + ".new"; in WriteToFile() local
|
/aosp_15_r20/external/libchrome/base/files/ |
H A D | file_locking_unittest.cc | 89 const FilePath temp_path = command_line->GetSwitchValuePath(kTempDirFlag); in MULTIPROCESS_TEST_MAIN() local 151 const FilePath temp_path = temp_dir_.GetPath(); in StartChildAndSignalLock() local
|
/aosp_15_r20/external/cronet/base/files/ |
H A D | file_locking_unittest.cc | 92 const FilePath temp_path = command_line->GetSwitchValuePath(kTempDirFlag); in MULTIPROCESS_TEST_MAIN() local 164 const FilePath temp_path = temp_dir_.GetPath(); in StartChildAndSignalLock() local
|
/aosp_15_r20/art/artd/ |
H A D | file_utils_test.cc | 128 std::string temp_path; in TEST_F() local 142 std::string temp_path; in TEST_F() local
|
/aosp_15_r20/external/libchrome/base/process/ |
H A D | process_metrics_unittest.cc | 556 const FilePath temp_path = command_line->GetSwitchValuePath(kTempDirFlag); in MULTIPROCESS_TEST_MAIN() local 578 const FilePath temp_path = temp_dir.GetPath(); in TEST() local
|
/aosp_15_r20/external/cronet/base/process/ |
H A D | process_metrics_unittest.cc | 915 const FilePath temp_path = command_line->GetSwitchValuePath(kTempDirFlag); in MULTIPROCESS_TEST_MAIN() local 945 const FilePath temp_path = temp_dir.GetPath(); in TEST() local
|
/aosp_15_r20/external/fonttools/Tests/ttLib/ |
H A D | scaleUpem_test.py | 26 def temp_path(self, suffix): member in ScaleUpemTest
|
/aosp_15_r20/external/libgav1/tests/fuzzer/ |
H A D | fuzzer_temp_file.h | 45 char temp_path[MAX_PATH]; in fuzzer_get_tmpfile_with_suffix() local
|
/aosp_15_r20/external/e2fsprogs/misc/ |
H A D | fuse2fs.c | 907 char *temp_path; in op_mknod() local 1037 char *temp_path; in op_mkdir() local 1427 char *temp_path; in op_symlink() local 1775 char *temp_path; in op_link() local 2834 char *temp_path; in op_create() local
|
/aosp_15_r20/external/cronet/base/trace_event/ |
H A D | cfi_backtrace_android_unittest.cc | 84 FilePath temp_path; in TEST() local
|