Lines Matching defs:flag
69 bool flag = suffix.empty() || (StringUtils::ContainsCase(types, suffix) == false); in ValidFileType() local
80 bool flag = (outFile.rdstate() != 0); in Write() local
116 bool flag = (file.rdstate() != 0); in ReadFile() local
177 bool flag = (input.gcount() != readLen); in ReadInputByLength() local
216 bool flag = (0 != input.rdstate()); in AppendWriteFileToFile() local
252 bool flag = (WriteByteToOutFile(bytes, output) == false); in AppendWriteByteToFile() local
302 bool flag = (in.rdstate() != 0); in WriteInputToOutPut() local
340 bool flag = (WriteByteToOutFile(bytes, ops) == false); in WriteByteToOutFile() local
409 bool flag = std::filesystem::exists(filePath); in IsValidFile() local
425 bool flag = std::filesystem::exists(filePath) && std::filesystem::is_regular_file(filePath); in GetFileLen() local
435 bool flag = std::filesystem::is_directory(filePath); in DelDir() local