Home
last modified time | relevance | path

Searched refs:temp_path_buffer (Results 1 – 5 of 5) sorted by relevance

/external/abseil-cpp/absl/flags/
Dparse_test.cc99 char temp_path_buffer[MAX_PATH]; in GetTestTempDir() local
101 auto len = GetTempPathA(MAX_PATH, temp_path_buffer); in GetTestTempDir()
103 std::string temp_dir_name = temp_path_buffer; in GetTestTempDir()
/external/webrtc/third_party/abseil-cpp/absl/flags/
Dparse_test.cc99 char temp_path_buffer[MAX_PATH]; in GetTestTempDir() local
101 auto len = GetTempPathA(MAX_PATH, temp_path_buffer); in GetTestTempDir()
103 std::string temp_dir_name = temp_path_buffer; in GetTestTempDir()
/external/libtextclassifier/abseil-cpp/absl/flags/
Dparse_test.cc99 char temp_path_buffer[MAX_PATH]; in GetTestTempDir() local
101 auto len = GetTempPathA(MAX_PATH, temp_path_buffer); in GetTestTempDir()
103 std::string temp_dir_name = temp_path_buffer; in GetTestTempDir()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/flags/
Dparse_test.cc99 char temp_path_buffer[MAX_PATH]; in GetTestTempDir() local
101 auto len = GetTempPathA(MAX_PATH, temp_path_buffer); in GetTestTempDir()
103 std::string temp_dir_name = temp_path_buffer; in GetTestTempDir()
/external/openscreen/third_party/abseil/src/absl/flags/
Dparse_test.cc100 char temp_path_buffer[MAX_PATH]; in GetTestTempDir() local
102 auto len = GetTempPathA(MAX_PATH, temp_path_buffer); in GetTestTempDir()
104 std::string temp_dir_name = temp_path_buffer; in GetTestTempDir()