Searched refs:getFilename (Results 1 – 11 of 11) sorted by relevance
67 inline String8 getFilename() const { return mFilename; } in getFilename() function
49 const std::string &getFilename() const;
85 const std::string& AST::getFilename() const { in getFilename() function in android::AST
271 FILE *file = fopen(ast->getFilename().c_str(), "rb");
135 tokenizer->getFilename().string(), tokenizer->getLineNumber(), in load()
68 const std::string &getFilename() const;
187 FILE *file = fopen(ast->getFilename().c_str(), "rb");
70 const std::string &AST::getFilename() const { in getFilename() function in android::AST
533 std::string currentHash = Hash::getHash(ast->getFilename()).hexString(); in enforceHashes()
1164 Hash::getHash(ast->getFilename()).hexString().c_str(), in generateHashOutput()
173 const_cast<std::string *>(&ast->getFilename());