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

1 2

  /external/webrtc/webrtc/test/testsupport/
fileutils.h 108 std::string TempFilename(const std::string &dir, const std::string &prefix);
fileutils_unittest.cc 94 TEST_F(FileUtilsTest, TempFilename) {
95 std::string temp_filename = webrtc::test::TempFilename(
138 std::string temp_filename = webrtc::test::TempFilename(
frame_reader_unittest.cc 30 temp_filename_ = webrtc::test::TempFilename(webrtc::test::OutputPath(),
frame_writer_unittest.cc 26 temp_filename_ = webrtc::test::TempFilename(webrtc::test::OutputPath(),
  /external/clang/lib/Rewrite/
Rewriter.cpp 407 TempFilename = Filename;
408 TempFilename += "-%%%%%%%%";
410 if (llvm::sys::fs::createUniqueFile(TempFilename, FD, TempFilename)) {
413 << TempFilename;
424 if (std::error_code ec = llvm::sys::fs::rename(TempFilename, Filename)) {
427 << TempFilename << Filename << ec.message();
430 llvm::sys::fs::remove(TempFilename);
440 SmallString<128> TempFilename;
  /external/webrtc/webrtc/base/
win32filesystem.h 75 virtual std::string TempFilename(const Pathname &dir, const std::string &prefix);
unixfilesystem.h 88 std::string TempFilename(const Pathname& dir,
fileutils.h 208 virtual std::string TempFilename(const Pathname &dir,
352 static std::string TempFilename(const Pathname &dir,
354 return EnsureDefaultFilesystem()->TempFilename(dir, prefix);
fileutils_unittest.cc 28 path.SetPathname(Filesystem::TempFilename(path, "ut"));
logging_unittest.cc 134 path.SetPathname(Filesystem::TempFilename(path, "ut"));
  /external/clang/include/clang/Frontend/
CompilerInstance.h 152 /// If TempFilename is not empty we must rename it to Filename at the end.
153 /// TempFilename may be empty and Filename non-empty if creating the temporary
157 std::string TempFilename;
160 OutputFile(std::string filename, std::string tempFilename,
162 : Filename(std::move(filename)), TempFilename(std::move(tempFilename)),
166 TempFilename(std::move(O.TempFilename)), OS(std::move(O.OS)) {}
  /external/webrtc/webrtc/modules/audio_coding/test/
PacketLossTest.cc 134 std::string fileName = webrtc::test::TempFilename(webrtc::test::OutputPath(),
  /external/webrtc/webrtc/modules/audio_processing/intelligibility/test/
intelligibility_proc.cc 133 test::TempFilename(test::WorkingDir(), "temp_wav_file");
  /external/webrtc/webrtc/test/
frame_generator_unittest.cc 29 test::TempFilename(test::OutputPath(), "2_frame_yuv_file");
31 test::TempFilename(test::OutputPath(), "1_frame_yuv_file");
  /external/webrtc/webrtc/test/testsupport/metrics/
video_metrics_unittest.cc 39 empty_file_ = webrtc::test::TempFilename(
  /external/webrtc/webrtc/voice_engine/test/auto_test/
voe_conference_test.cc 135 webrtc::test::TempFilename(webrtc::test::OutputPath(), "silence");
  /external/webrtc/webrtc/modules/audio_processing/transient/
file_utils_unittest.cc 361 std::string kOutFileName = test::TempFilename(test::OutputPath(),
408 std::string kOutFileName = test::TempFilename(test::OutputPath(),
455 std::string kOutFileName = test::TempFilename(test::OutputPath(),
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
CompilerInstance.h 159 /// If TempFilename is not empty we must rename it to Filename at the end.
160 /// TempFilename may be empty and Filename non-empty if creating the temporary
164 std::string TempFilename;
166 OutputFile(std::string filename, std::string tempFilename)
167 : Filename(std::move(filename)), TempFilename(std::move(tempFilename)) {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
CompilerInstance.h 159 /// If TempFilename is not empty we must rename it to Filename at the end.
160 /// TempFilename may be empty and Filename non-empty if creating the temporary
164 std::string TempFilename;
166 OutputFile(std::string filename, std::string tempFilename)
167 : Filename(std::move(filename)), TempFilename(std::move(tempFilename)) {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/
CompilerInstance.h 159 /// If TempFilename is not empty we must rename it to Filename at the end.
160 /// TempFilename may be empty and Filename non-empty if creating the temporary
164 std::string TempFilename;
166 OutputFile(std::string filename, std::string tempFilename)
167 : Filename(std::move(filename)), TempFilename(std::move(tempFilename)) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
CompilerInstance.h 159 /// If TempFilename is not empty we must rename it to Filename at the end.
160 /// TempFilename may be empty and Filename non-empty if creating the temporary
164 std::string TempFilename;
166 OutputFile(std::string filename, std::string tempFilename)
167 : Filename(std::move(filename)), TempFilename(std::move(tempFilename)) {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
CompilerInstance.h 159 /// If TempFilename is not empty we must rename it to Filename at the end.
160 /// TempFilename may be empty and Filename non-empty if creating the temporary
164 std::string TempFilename;
166 OutputFile(std::string filename, std::string tempFilename)
167 : Filename(std::move(filename)), TempFilename(std::move(tempFilename)) {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
CompilerInstance.h 159 /// If TempFilename is not empty we must rename it to Filename at the end.
160 /// TempFilename may be empty and Filename non-empty if creating the temporary
164 std::string TempFilename;
166 OutputFile(std::string filename, std::string tempFilename)
167 : Filename(std::move(filename)), TempFilename(std::move(tempFilename)) {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/
CompilerInstance.h 159 /// If TempFilename is not empty we must rename it to Filename at the end.
160 /// TempFilename may be empty and Filename non-empty if creating the temporary
164 std::string TempFilename;
166 OutputFile(std::string filename, std::string tempFilename)
167 : Filename(std::move(filename)), TempFilename(std::move(tempFilename)) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
CompilerInstance.h 159 /// If TempFilename is not empty we must rename it to Filename at the end.
160 /// TempFilename may be empty and Filename non-empty if creating the temporary
164 std::string TempFilename;
166 OutputFile(std::string filename, std::string tempFilename)
167 : Filename(std::move(filename)), TempFilename(std::move(tempFilename)) {

Completed in 1222 milliseconds

1 2