Home
last modified time | relevance | path

Searched refs:FileName (Results 1 – 6 of 6) sorted by relevance

/system/tools/aidl/
Daidl_language_y.yy120 ps->FileName().c_str(),
134 ps->FileName().c_str(), @1.begin.line);
139 ps->FileName().c_str(), @2.begin.line, $2->GetText().c_str());
162 ps->FileName().c_str(), @3.begin.line, $3->GetText().c_str());
171 ps->FileName().c_str(), @3.begin.line, $3->GetText().c_str());
187 ps->FileName().c_str(), @3.begin.line);
244 ps->FileName().c_str(), @1.begin.line);
Daidl_language.cpp309 imports_.emplace_back(new AidlImport(this->FileName(), in AddImport()
Daidl_language.h405 const std::string& FileName() const { return filename_; } in FileName() function
/system/extras/simpleperf/
Ddso.h117 const std::string& FileName() const { return file_name_; } in FileName() function
Dthread_tree.cpp251 dso->FileName().c_str(), vaddr_in_file); in FindSymbol()
Dcmd_report_sample.cpp496 if (node.dso->FileName() == "libc.so" && in PrintSampleRecordInProtobuf()