Home
last modified time | relevance | path

Searched refs:GetFilePath (Results 1 – 4 of 4) sorted by relevance

/drivers/hdf_core/framework/tools/hdi-gen/lexer/
Dlexer.h35 inline std::string GetFilePath() const in GetFilePath() function
/drivers/hdf_core/framework/tools/hdi-gen/preprocessor/
Dpreprocessor.cpp129 info.filePath_ = lexer.GetFilePath(); in ParseFileDetail()
/drivers/peripheral/usb/ddk/device/src/
Dadapter_if.c69 static void GetFilePath(const char *path, const char *fileName, char *filePath) in GetFilePath() function
107 GetFilePath(path, dirInfo->d_name, filePath); in DeleteFile()
/drivers/hdf_core/framework/tools/hdi-gen/parser/
Dparser.cpp95 ast_->SetIdlFile(lexer_.GetFilePath()); in ParseFile()
153 } else if (!CheckPackageName(lexer_.GetFilePath(), packageName)) { in ParsePackage()
155 …age name '%s' does not match file apth '%s'.", packageName.c_str(), lexer_.GetFilePath().c_str())); in ParsePackage()