Lines Matching refs:file

479 PackageWriterImpl::Init(BPositionIO* file, bool keepFile,
483 return _Init(file, keepFile, NULL, parameters);
535 // a file descriptor is given -- read the config from there
536 // stat the file to get the file size
560 // use the file name
597 fListener->PrintError("No package-info file found (%s)!\n",
643 PackageWriterImpl::_Init(BPositionIO* file, bool keepFile, const char* fileName,
646 status_t result = inherited::Init(file, keepFile, fileName, parameters);
744 // Truncate the file to the size it is supposed to have. In update mode, it
750 fListener->PrintError("Failed to truncate package file to new "
781 // create a package reader for the input file
786 fListener->PrintError("Failed to open hpkg file: %s\n",
910 // no slash, just the file name
953 // no slash, just the file name
978 fListener->PrintError("No %s in package file.\n",
986 fListener->PrintError("%s entry in package file doesn't have data.\n",
993 fListener->PrintError("%s entry in package file has an invalid data "
1027 "file: %s\n", strerror(error));
1065 // a file descriptor is already given -- use that
1081 fListener->PrintError("Failed to fstat() file \"%s\": %s\n", pathBuffer,
1093 // get the pre-existing node's file type
1105 fListener->PrintError("Specified file \"%s\" clashes with an "
1111 fListener->PrintError("Specified file \"%s\" clashes with an "
1112 "archived file.\n", pathBuffer);
1254 fListener->PrintError("Invalid empty file name\n");
1262 // no slash, just add the file name
1299 fListener->PrintError("Invalid file name: \".\" and \"..\" "
1414 // a file descriptor is already given -- use that
1430 fListener->PrintError("Failed to fstat() file \"%s\": %s\n", pathBuffer,
1500 // add file data/symlink path
1502 // regular file -- add data
1532 "Failed to stat attribute \"%s\" of file \"%s\": %s\n",