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()
60 const std::string &getFilename() const;
178 FILE *file = fopen(ast->getFilename().c_str(), "rb");
56 const std::string &AST::getFilename() const { in getFilename() function in android::AST
569 std::string currentHash = Hash::getHash(ast->getFilename()).hexString(); in enforceHashes()
1201 Hash::getHash(ast->getFilename()).hexString().c_str(), in generateHashOutput()
201 const_cast<std::string *>(&ast->getFilename());