Searched defs:filename_ (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dcommon_runtime_test.h50 return filename_;
63 std::string filename_; member in class:art::ScratchFile
/art/runtime/hprof/
H A Dhprof.cc412 : filename_(output_filename),
419 LOG(INFO) << "hprof: heap dump \"" << filename_ << "\" starting...";
657 out_fd = open(filename_.c_str(), O_WRONLY|O_CREAT|O_TRUNC, 0644);
659 ThrowRuntimeException("Couldn't dump heap; open(\"%s\") failed: %s", filename_.c_str(),
665 std::unique_ptr<File> file(new File(out_fd, filename_, true));
688 filename_.c_str(), strerror(errno)));
727 // If direct_to_ddms_ is set, "filename_" and "fd" will be ignored.
728 // Otherwise, "filename_" must be valid, though if "fd" >= 0 it will
730 std::string filename_; member in class:art::hprof::Hprof

Completed in 64 milliseconds