HomeSort by relevance Sort by last modified time
    Searched refs:get_temp_file_name (Results 1 - 25 of 32) sorted by null

1 2

  /external/libcxx/test/libcxx/input.output/file.streams/fstreams/
fstream.close.pass.cpp 24 std::string temp = get_temp_file_name();
  /external/libcxx/test/std/input.output/file.streams/fstreams/ofstream.members/
close.pass.cpp 23 std::string temp = get_temp_file_name();
rdbuf.pass.cpp 23 std::string temp = get_temp_file_name();
open_pointer.pass.cpp 23 std::string temp = get_temp_file_name();
open_string.pass.cpp 23 std::string temp = get_temp_file_name();
  /external/libcxx/test/support/
platform_support.h 75 std::string get_temp_file_name() function
108 get_temp_file_name());
  /external/libcxx/test/std/input.output/file.streams/fstreams/fstream.assign/
move_assign.pass.cpp 25 std::string temp = get_temp_file_name();
member_swap.pass.cpp 24 names.first = get_temp_file_name();
26 // Create the file so the next call to `get_temp_file_name()` doesn't
30 names.second = get_temp_file_name();
nonmember_swap.pass.cpp 26 names.first = get_temp_file_name();
28 // Create the file so the next call to `get_temp_file_name()` doesn't
32 names.second = get_temp_file_name();
  /external/libcxx/test/std/input.output/file.streams/fstreams/fstream.cons/
move.pass.cpp 25 std::string temp = get_temp_file_name();
path.pass.cpp 28 fs::path p = get_temp_file_name();
pointer.pass.cpp 23 std::string temp = get_temp_file_name();
string.pass.cpp 23 std::string temp = get_temp_file_name();
  /external/libcxx/test/std/input.output/file.streams/fstreams/fstream.members/
close.pass.cpp 23 std::string temp = get_temp_file_name();
open_path.pass.cpp 25 std::filesystem::path p = get_temp_file_name();
open_pointer.pass.cpp 23 std::string temp = get_temp_file_name();
open_string.pass.cpp 23 std::string temp = get_temp_file_name();
  /external/libcxx/test/std/input.output/file.streams/fstreams/ofstream.assign/
move_assign.pass.cpp 25 std::string temp = get_temp_file_name();
member_swap.pass.cpp 24 names.first = get_temp_file_name();
26 // Create the file so the next call to `get_temp_file_name()` doesn't
30 names.second = get_temp_file_name();
nonmember_swap.pass.cpp 25 names.first = get_temp_file_name();
27 // Create the file so the next call to `get_temp_file_name()` doesn't
31 names.second = get_temp_file_name();
  /external/libcxx/test/std/input.output/file.streams/fstreams/ofstream.cons/
move.pass.cpp 25 std::string temp = get_temp_file_name();
pointer.pass.cpp 23 std::string temp = get_temp_file_name();
string.pass.cpp 23 std::string temp = get_temp_file_name();
  /external/libcxx/test/std/input.output/file.streams/fstreams/filebuf.assign/
member_swap.pass.cpp 23 std::string temp = get_temp_file_name();
move_assign.pass.cpp 25 std::string temp = get_temp_file_name();

Completed in 2913 milliseconds

1 2