Home
last modified time | relevance | path

Searched refs:getFileAttributes (Results 1 – 25 of 69) sorted by relevance

123

/dports/editors/libreoffice6/libreoffice-6.4.7.2/desktop/source/deployment/registry/executable/
H A Ddp_executable.cxx63 bool getFileAttributes(sal_uInt64& out_Attributes);
235 if (getFileAttributes(attributes)) in processPackage_()
289 bool BackendImpl::ExecutablePackageImpl::getFileAttributes(sal_uInt64& out_Attributes) in getFileAttributes() function in dp_registry::backend::executable::__anon9900642d0111::BackendImpl::ExecutablePackageImpl
/dports/editors/libreoffice/libreoffice-7.2.6.2/desktop/source/deployment/registry/executable/
H A Ddp_executable.cxx61 bool getFileAttributes(sal_uInt64& out_Attributes);
252 if (getFileAttributes(attributes)) in processPackage_()
306 bool BackendImpl::ExecutablePackageImpl::getFileAttributes(sal_uInt64& out_Attributes) in getFileAttributes() function in dp_registry::backend::executable::__anon518006d50111::BackendImpl::ExecutablePackageImpl
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/jdk/internal/jrtfs/
H A DExplodedImage.java87 super(name, link.getFileAttributes()); in PathNode()
99 (link == null && getFileAttributes().isDirectory()); in isDirectory()
115 if (!getFileAttributes().isRegularFile()) in getContent()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/jdk/internal/jrtfs/
H A DExplodedImage.java87 super(name, link.getFileAttributes()); in PathNode()
99 (link == null && getFileAttributes().isDirectory()); in isDirectory()
115 if (!getFileAttributes().isRegularFile()) in getContent()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/jdk/internal/jrtfs/
H A DExplodedImage.java87 super(name, link.getFileAttributes()); in PathNode()
99 (link == null && getFileAttributes().isDirectory()); in isDirectory()
115 if (!getFileAttributes().isRegularFile()) in getContent()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/jdk/internal/jrtfs/
H A DExplodedImage.java87 super(name, link.getFileAttributes()); in PathNode()
99 (link == null && getFileAttributes().isDirectory()); in isDirectory()
115 if (!getFileAttributes().isRegularFile()) in getContent()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/jdk/internal/jrtfs/
H A DExplodedImage.java87 super(name, link.getFileAttributes()); in PathNode()
99 (link == null && getFileAttributes().isDirectory()); in isDirectory()
115 if (!getFileAttributes().isRegularFile()) in getContent()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/jdk/internal/jrtfs/
H A DExplodedImage.java87 super(name, link.getFileAttributes()); in PathNode()
99 (link == null && getFileAttributes().isDirectory()); in isDirectory()
115 if (!getFileAttributes().isRegularFile()) in getContent()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/jdk/internal/jrtfs/
H A DExplodedImage.java87 super(name, link.getFileAttributes()); in PathNode()
99 (link == null && getFileAttributes().isDirectory()); in isDirectory()
115 if (!getFileAttributes().isRegularFile()) in getContent()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/jdk/internal/jrtfs/
H A DExplodedImage.java87 super(name, link.getFileAttributes()); in PathNode()
99 (link == null && getFileAttributes().isDirectory()); in isDirectory()
115 if (!getFileAttributes().isRegularFile()) in getContent()
/dports/devel/stack/stack-2.7.3/_cabal_deps/fsnotify-0.3.0.1/test/
H A DTest.hs22 import System.Win32.File (getFileAttributes, setFileAttributes, fILE_ATTRIBUTE_TEMPORARY)
26 attrs <- getFileAttributes file
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/fsnotify-0.3.0.1/test/
H A DTest.hs22 import System.Win32.File (getFileAttributes, setFileAttributes, fILE_ATTRIBUTE_TEMPORARY)
26 attrs <- getFileAttributes file
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/fsnotify-0.3.0.1/test/
H A DTest.hs22 import System.Win32.File (getFileAttributes, setFileAttributes, fILE_ATTRIBUTE_TEMPORARY)
26 attrs <- getFileAttributes file
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/fsnotify-0.3.0.1/test/
H A DTest.hs22 import System.Win32.File (getFileAttributes, setFileAttributes, fILE_ATTRIBUTE_TEMPORARY)
26 attrs <- getFileAttributes file
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/fsnotify-0.3.0.1/test/
H A DTest.hs22 import System.Win32.File (getFileAttributes, setFileAttributes, fILE_ATTRIBUTE_TEMPORARY)
26 attrs <- getFileAttributes file
/dports/multimedia/libbluray/libbluray-1.3.0/src/libbluray/bdj/java/org/dvb/io/persistent/
H A DFileAttributes.java69 public static FileAttributes getFileAttributes(File f) throws IOException { in getFileAttributes() method in FileAttributes
/dports/multimedia/handbrake/libbluray-1.3.0/src/libbluray/bdj/java/org/dvb/io/persistent/
H A DFileAttributes.java69 public static FileAttributes getFileAttributes(File f) throws IOException { in getFileAttributes() method in FileAttributes
/dports/net/py-impacket/impacket-0.9.17/examples/
H A Dntfs-read.py544 def getFileAttributes(self): member in AttributeStandardInfo
565 def getFileAttributes(self): member in AttributeFileName
712 self.FileAttributes |= si.getFileAttributes()
723 self.FileAttributes |= fn.getFileAttributes()
/dports/devel/jna/jna-5.7.0/contrib/platform/test/com/sun/jna/platform/win32/
H A DKernel32UtilTest.java183 int fileAttributes = Kernel32Util.getFileAttributes(filename); in testGetFileAttributes()
187 int fileAttributes2 = Kernel32Util.getFileAttributes(tempFile.getAbsolutePath()); in testGetFileAttributes()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/jdk/internal/jimage/
H A DImageReader.java620 public final BasicFileAttributes getFileAttributes() { in getFileAttributes() method in ImageReader.Node
810 super(name, link.getFileAttributes()); in LinkNode()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/jdk/internal/jimage/
H A DImageReader.java620 public final BasicFileAttributes getFileAttributes() { in getFileAttributes() method in ImageReader.Node
810 super(name, link.getFileAttributes()); in LinkNode()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/jdk/internal/jimage/
H A DImageReader.java620 public final BasicFileAttributes getFileAttributes() { in getFileAttributes() method in ImageReader.Node
810 super(name, link.getFileAttributes()); in LinkNode()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/jdk/internal/jimage/
H A DImageReader.java620 public final BasicFileAttributes getFileAttributes() { in getFileAttributes() method in ImageReader.Node
810 super(name, link.getFileAttributes()); in LinkNode()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/jdk/internal/jimage/
H A DImageReader.java638 public final BasicFileAttributes getFileAttributes() { in getFileAttributes() method in ImageReader.Node
828 super(name, link.getFileAttributes()); in LinkNode()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/jdk/internal/jimage/
H A DImageReader.java620 public final BasicFileAttributes getFileAttributes() { in getFileAttributes() method in ImageReader.Node
810 super(name, link.getFileAttributes()); in LinkNode()

123