Home
last modified time | relevance | path

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

/system/update_engine/payload_generator/
Dboot_img_filesystem.cc46 result->filename_ = filename; in CreateFromFile()
57 return utils::DivRoundUp(utils::FileSize(filename_), kBlockSize); in GetBlockCount()
68 if (utils::ReadFileChunk(filename_, offset, size, &data)) { in GetFile()
74 << offset << " of " << filename_ << ", found " in GetFile()
88 const uint64_t file_size = utils::FileSize(filename_); in GetFiles()
Draw_filesystem.cc33 result->filename_ = filename; in Create()
50 file.name = filename_; in GetFiles()
Draw_filesystem.h53 std::string filename_; variable
Dext2_filesystem.h72 std::string filename_; variable
Dboot_img_filesystem.h53 std::string filename_; variable
Dext2_filesystem.cc134 result->filename_ = filename; in CreateFromFile()
364 filename_, extents, &blob, physical_size, filsys_->blocksize)) in LoadSettings()
/system/core/init/
Dimport_parser.cpp39 if (filename_.empty()) filename_ = filename; in ParseSection()
Daction.h76 const std::string& filename() const { return filename_; } in filename()
92 std::string filename_; variable
Dimport_parser.h39 std::string filename_; variable
Daction.cpp81 filename_(filename), in Action()
140 LOG(INFO) << "Command '" << cmd_str << "' action=" << trigger_name << " (" << filename_ in ExecuteCommand()
Dservice.h317 void EndFile() override { filename_ = ""; } in EndFile()
325 std::string filename_; variable
Dservice.cpp1412 filename_ = filename; in ParseSection()
1449 if (StartsWith(filename_, "/apex/") && !old_service->is_updatable()) { in EndSection()
/system/extras/simpleperf/
Drecord_file_writer.cpp57 : filename_(filename), in RecordFileWriter()
70 unlink(filename_.c_str()); in ~RecordFileWriter()
173 PLOG(ERROR) << "failed to write to record file '" << filename_ << "'"; in Write()
181 PLOG(ERROR) << "failed to read record file '" << filename_ << "'"; in Read()
472 PLOG(ERROR) << "failed to close record file '" << filename_ << "'"; in Close()
Drecord_file_reader.cpp88 : filename_(filename), record_fp_(fp), event_id_pos_in_sample_records_(0), in RecordFileReader()
101 PLOG(ERROR) << "failed to close record file '" << filename_ << "'"; in Close()
113 LOG(ERROR) << filename_ << " is not a valid profiling record file."; in ReadHeader()
122 LOG(DEBUG) << "attr size (" << header_.attr_size << ") in " << filename_ in ReadAttrSection()
126 LOG(ERROR) << "no attr in file " << filename_; in ReadAttrSection()
313 PLOG(FATAL) << "failed to read file " << filename_; in Read()
Dutils.h84 : handle_(handle), filename_(filename) {} in ArchiveHelper()
87 std::string filename_; variable
Dutils.cpp110 LOG(ERROR) << "Failed to iterate " << filename_; in IterateEntries()
124 LOG(ERROR) << "Failed to iterate " << filename_; in IterateEntries()
133 LOG(ERROR) << "Failed to find " << name << " in " << filename_; in FindEntry()
142 LOG(ERROR) << "Failed to extract entry at " << entry.offset << " in " << filename_; in GetEntryData()
Drecord_file.h85 const std::string filename_; variable
174 const std::string filename_; variable
/system/tools/aidl/
Daidl_language.h635 const std::string& GetFilename() const { return filename_; } in GetFilename()
639 std::string filename_;
657 const std::string& FileName() const { return filename_; } in FileName()
697 std::string filename_; variable
Daidl_language.cpp854 : filename_(filename), typenames_(typenames) { in Parser()