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

/art/runtime/
H A Dcommon_runtime_test.h49 return filename_;
61 std::string filename_; member in class:art::ScratchFile
/art/runtime/hprof/
H A Dhprof.cc386 : filename_(output_filename),
402 LOG(INFO) << "hprof: heap dump \"" << filename_ << "\" starting...";
470 out_fd = open(filename_.c_str(), O_WRONLY|O_CREAT|O_TRUNC, 0644);
472 ThrowRuntimeException("Couldn't dump heap; open(\"%s\") failed: %s", filename_.c_str(),
478 std::unique_ptr<File> file(new File(out_fd, filename_));
483 filename_.c_str(), strerror(errno)));
671 // If direct_to_ddms_ is set, "filename_" and "fd" will be ignored.
672 // Otherwise, "filename_" must be valid, though if "fd" >= 0 it will
674 std::string filename_; member in class:art::hprof::Hprof

Completed in 63 milliseconds