Searched refs:file_pathname (Results 1 - 4 of 4) sorted by relevance

/external/google-breakpad/src/client/solaris/handler/
H A Dminidump_generator.h62 bool WriteMinidumpToFile(const char *file_pathname,
H A Dminidump_generator.cc753 bool MinidumpGenerator::WriteMinidumpToFile(const char *file_pathname, argument
760 assert(file_pathname != NULL);
762 if (file_pathname == NULL)
766 if (minidump_writer.Open(file_pathname)) {
/external/llvm/unittests/Support/
H A DProgramTest.cpp296 SmallString<128> file_pathname(TestDirectory);
297 path::append(file_pathname, "international-file.txt");
299 ASSERT_NO_ERROR(sys::writeFileWithEncoding(file_pathname.c_str(), utf8_text,
302 ASSERT_NO_ERROR(fs::openFileForRead(file_pathname.c_str(), fd));
319 ASSERT_NO_ERROR(fs::remove(file_pathname.str()));
H A DPath.cpp640 SmallString<128> file_pathname(TestDirectory);
641 path::append(file_pathname, i->filename);
643 raw_fd_ostream file(file_pathname, EC, sys::fs::F_None);
649 ASSERT_NO_ERROR(fs::remove(Twine(file_pathname)));

Completed in 150 milliseconds