Searched refs:file_pathname (Results 1 – 4 of 4) sorted by relevance
296 SmallString<128> file_pathname(TestDirectory); in TEST() local297 path::append(file_pathname, "international-file.txt"); in TEST()299 ASSERT_NO_ERROR(sys::writeFileWithEncoding(file_pathname.c_str(), utf8_text, in TEST()302 ASSERT_NO_ERROR(fs::openFileForRead(file_pathname.c_str(), fd)); in TEST()319 ASSERT_NO_ERROR(fs::remove(file_pathname.str())); in TEST()
640 SmallString<128> file_pathname(TestDirectory); in TEST_F() local641 path::append(file_pathname, i->filename); in TEST_F()643 raw_fd_ostream file(file_pathname, EC, sys::fs::F_None); in TEST_F()649 ASSERT_NO_ERROR(fs::remove(Twine(file_pathname))); in TEST_F()
62 bool WriteMinidumpToFile(const char *file_pathname,
753 bool MinidumpGenerator::WriteMinidumpToFile(const char *file_pathname, in WriteMinidumpToFile() argument760 assert(file_pathname != NULL); in WriteMinidumpToFile()762 if (file_pathname == NULL) in WriteMinidumpToFile()766 if (minidump_writer.Open(file_pathname)) { in WriteMinidumpToFile()