Searched refs:isFile (Results 1 – 11 of 11) sorted by relevance
45 if (thisRoot.isFile()) { in gatherFiles()
268 OSCL_IMPORT_REF bool isFile() const;
134 OSCL_EXPORT_REF bool PVMFFormatType::isFile() const in isFile() function in PVMFFormatType
94 if (_file.exists () && ! _file.isFile ()) in setMetaOutFile()
71 if (_file.exists () && ! _file.isFile ()) in setSessionOutFile()
529 …if (! file.isFile ()) throw new IOException ("can persist in normal files only: " + file.getAbsolu… in persist()
1044 bool isFile = schemeEnd == 4 in parse() local1132 if (userStart == portEnd && !isHTTPorHTTPS && !isFile) { in parse()1206 if (isFile ? !degenFilePath : (haveNonHostAuthorityPart || hostStart != hostEnd)) { in parse()1234 if (!(isFile && hostIsLocalHost && !haveNonHostAuthorityPart)) { in parse()
1448 (format.isFile() && iFormat.isFile())) in GetPortFormatType()
196 if (_file.exists () && ! _file.isFile ()) in setSessionOutFile()
1036 static void tok_setIsFileAttr (picoos_uchar name[], picoos_bool * isFile) in tok_setIsFileAttr() argument1038 (*isFile) = tok_strEqual(name, KWFile); in tok_setIsFileAttr()
1654 if (formatType.isFile()) in DoRequestPort()