HomeSort by relevance Sort by last modified time
    Searched defs:filename_ (Results 26 - 33 of 33) sorted by null

12

  /external/stressapptest/src/
worker.h 471 string filename_; // Name of file to access. member in class:FileThread
  /art/runtime/hprof/
hprof.cc 387 : filename_(output_filename),
403 LOG(INFO) << "hprof: heap dump \"" << filename_ << "\" starting...";
471 out_fd = open(filename_.c_str(), O_WRONLY|O_CREAT|O_TRUNC, 0644);
473 ThrowRuntimeException("Couldn't dump heap; open(\"%s\") failed: %s", filename_.c_str(),
479 std::unique_ptr<File> file(new File(out_fd, filename_, true));
489 filename_.c_str(), strerror(errno)));
677 // If direct_to_ddms_ is set, "filename_" and "fd" will be ignored.
678 // Otherwise, "filename_" must be valid, though if "fd" >= 0 it will
680 std::string filename_; member in class:art::hprof::Hprof
    [all...]
  /external/chromium_org/google_apis/drive/
gdata_wapi_parser.h 387 const std::string& filename() const { return filename_; }
455 void set_filename(const std::string& filename) { filename_ = filename; }
497 std::string filename_; member in class:google_apis::ResourceEntry
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor_unittest.cc 4469 const string filename_; member in class:google::protobuf::descriptor_unittest::SingletonSourceTree
    [all...]
descriptor.cc 2152 string filename_; member in class:google::protobuf::DescriptorBuilder
    [all...]
  /external/chromium_org/v8/src/
isolate.h 1551 EmbeddedVector<char, 128> filename_; member in class:v8::internal::FINAL
    [all...]
hydrogen.h 2890 EmbeddedVector<char, 64> filename_; member in class:v8::internal::FINAL
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.cc 1857 string filename_; member in class:google::protobuf::DescriptorBuilder
    [all...]

Completed in 207 milliseconds

12