Lines Matching defs:fileName

918      * @param fileName the name of the file to read
921 Element *parseFile(const String &fileName);
1675 Element *Parser::parseFile(const String &fileName)
1679 FILE *f = fopen(fileName.c_str(), "rb");
3168 bool fileExists(const String &fileName);
3173 bool isRegularFile(const String &fileName);
3178 bool isDirectory(const String &fileName);
3358 virtual bool readFile(const String &fileName);
3379 fileName = "";
3397 fileName = other.fileName;
3445 String fileName;
3532 String fileName = resolve(".svn/entries");
3533 String nFileName = getNativePath(fileName);
5169 bool MakeBase::fileExists(const String &fileName)
5171 String native = getNativePath(fileName);
5185 bool MakeBase::isRegularFile(const String &fileName)
5187 String native = getNativePath(fileName);
5205 bool MakeBase::isDirectory(const String &fileName)
5207 String native = getNativePath(fileName);
5532 //trace("### PkgConfig attributes for %s", fileName.c_str());
5543 fileName = getNativePath(fname);
5545 FILE *f = fopen(fileName.c_str(), "r");
5548 error("cannot open file '%s' for reading", fileName.c_str());
5846 std::vector<DepRec> loadDepFile(const String &fileName);
5851 std::vector<DepRec> getDepFile(const String &fileName,
5857 bool saveDepFile(const String &fileName);
6017 String fileName = fileList[i];
6018 //trace("## FileName:%s", fileName.c_str());
6022 parseName(fileName, path, basename, sfx);
6030 allFiles[fileName] = fe;
6039 allFiles[fileName] = fe;
6179 String fileName;
6182 fileName.append(sourceDir);
6183 fileName.append("/");
6185 fileName.append(fname);
6186 String nativeName = getNativePath(fileName);
6345 bool DepTool::generateDependencies(const String &fileName)
6351 if (!saveDepFile(fileName))
6360 bool DepTool::saveDepFile(const String &fileName)
6365 FILE *f = fopen(fileName.c_str(), "w");
6368 trace("cannot open '%s' for writing", fileName.c_str());
7087 String fileName = parent.eval(fileNameOpt , ".");
7095 if (fileName.size()>0)
7098 fileName.c_str(), toFileName.c_str());
7099 String fullSource = parent.resolve(fileName);
7134 String fileName = fileSet[i];
7142 sourcePath.append(fileName);
7165 destPath.append(fileName);
7167 //trace("fileName:%s", fileName.c_str());
7188 fileName.c_str(), toDirName.c_str());
7189 String baseName = fileName;
7193 String fullSource = parent.resolve(fileName);
7332 String fileName = fileSet[i];
7333 if (getSuffix(fileName) != "h")
7341 sourcePath.append(fileName);
7436 String fileName = fileSet[i];
7437 if (getSuffix(fileName) != "h")
7445 sourcePath.append(fileName);
7624 String fileName = parent.eval(fileNameOpt, ".");
7632 taskstatus("file: %s", fileName.c_str());
7633 String fullName = parent.resolve(fileName);
7978 String fileName = parent.eval(fileNameOpt, "");
7991 String fullTarget = parent.resolve(fileName);
8141 String fileName = parent.eval(fileNameOpt, "");
8145 taskstatus("%s", fileName.c_str());
8146 String fullName = parent.resolve(fileName);
8267 String fileName = fileSet[i];
8268 if (getSuffix(fileName) != "po")
8276 sourcePath.append(fileName);
8287 String subdir = fileName;
8301 destPath.append(fileName);
8499 String fileName = parent.eval(fileNameOpt, "");
8502 String fullName = parent.resolve(fileName);
8554 String fileName = parent.eval(fileNameOpt, "");
8557 String fullFile = parent.resolve(fileName);
8628 String fileName = parent.eval(fileNameOpt, "");
8636 String fullOut = parent.resolve(fileName);
8766 String fileName = parent.eval(fileNameOpt, "");
8770 String fullOut = parent.resolve(fileName);
8876 String fileName = parent.eval(fileNameOpt, "");
8879 String fullName = parent.resolve(fileName);
8919 error("<strip> requires 'file=\"fileName\"' attribute");
8948 String fileName = parent.eval(fileNameOpt, "");
8950 String fullName = parent.resolve(fileName);
8982 error("<touch> requires 'file=\"fileName\"' attribute");
9365 bool parsePropertyFile(const String &fileName,
9663 bool Make::parsePropertyFile(const String &fileName,
9666 FILE *f = fopen(fileName.c_str(), "r");
9669 error("could not open property file %s", fileName.c_str());
9693 fileName.c_str(), linenr);
9710 fileName.c_str(), linenr);
9725 fileName.c_str(), linenr);
9733 fileName.c_str(), linenr);