Home
last modified time | relevance | path

Searched refs:filename_ (Results 1 – 11 of 11) sorted by relevance

/system/extras/simpleperf/
Drecord_file_reader.cpp48 : filename_(filename), record_fp_(fp) { in RecordFileReader()
60 PLOG(ERROR) << "failed to close record file '" << filename_ << "'"; in Close()
69 PLOG(ERROR) << "failed to read file " << filename_; in ReadHeader()
78 LOG(DEBUG) << "attr size (" << header_.attr_size << ") in " << filename_ in ReadAttrSection()
82 LOG(ERROR) << "no attr in file " << filename_; in ReadAttrSection()
92 PLOG(ERROR) << "failed to read " << filename_; in ReadAttrSection()
125 PLOG(ERROR) << "failed to read " << filename_; in ReadFeatureSectionDescriptors()
141 PLOG(ERROR) << "failed to read file " << filename_; in ReadIdsForAttr()
196 PLOG(ERROR) << "failed to read " << filename_; in ReadFeatureSection()
Drecord_file.h75 const std::string filename_; variable
128 const std::string filename_; variable
Drecord_file_writer.cpp53 : filename_(filename), in RecordFileWriter()
130 PLOG(ERROR) << "failed to write to record file '" << filename_ << "'"; in Write()
292 PLOG(ERROR) << "failed to close record file '" << filename_ << "'"; in Close()
/system/update_engine/payload_generator/
Draw_filesystem.cc30 result->filename_ = filename; in Create()
47 file.name = filename_; in GetFiles()
Dext2_filesystem.h64 std::string filename_; variable
Draw_filesystem.h51 std::string filename_; variable
Dext2_filesystem.cc126 result->filename_ = filename; in CreateFromFile()
347 if (!utils::ReadExtents(filename_, extents, &blob, physical_size, in LoadSettings()
/system/tools/aidl/
Daidl_language.h327 const std::string& GetFilename() const { return filename_; } in GetFilename()
331 void SetFilename(const std::string& filename) { filename_ = filename; } in SetFilename()
335 std::string filename_; variable
353 const std::string& FileName() const { return filename_; } in FileName()
377 std::string filename_; variable
Daidl_language.cpp238 filename_ = filename; in ParseFile()
256 cerr << filename_ << ":" << line << ": " << err << endl; in ReportError()
/system/core/init/
Daction.cpp36 : func_(f), args_(args), filename_(filename), line_(line) { in Command()
58 if (!filename_.empty()) { in BuildSourceString()
59 return StringPrintf(" (%s:%d)", filename_.c_str(), line_); in BuildSourceString()
Daction.h41 std::string filename_; variable