Searched refs:filename_ (Results 1 – 11 of 11) sorted by relevance
/system/extras/simpleperf/ |
D | record_file_reader.cpp | 48 : 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()
|
D | record_file.h | 75 const std::string filename_; variable 128 const std::string filename_; variable
|
D | record_file_writer.cpp | 53 : 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/ |
D | raw_filesystem.cc | 30 result->filename_ = filename; in Create() 47 file.name = filename_; in GetFiles()
|
D | ext2_filesystem.h | 64 std::string filename_; variable
|
D | raw_filesystem.h | 51 std::string filename_; variable
|
D | ext2_filesystem.cc | 126 result->filename_ = filename; in CreateFromFile() 347 if (!utils::ReadExtents(filename_, extents, &blob, physical_size, in LoadSettings()
|
/system/tools/aidl/ |
D | aidl_language.h | 327 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
|
D | aidl_language.cpp | 238 filename_ = filename; in ParseFile() 256 cerr << filename_ << ":" << line << ": " << err << endl; in ReportError()
|
/system/core/init/ |
D | action.cpp | 36 : 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()
|
D | action.h | 41 std::string filename_; variable
|