Home
last modified time | relevance | path

Searched refs:dirflags (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/uvwasi/include/
H A Duvwasi.h216 uvwasi_lookupflags_t dirflags,
/third_party/ntfs-3g/libntfs-3g/
H A Dsecurity.c4424 ATTR_FLAGS dirflags; in ntfs_set_ntfs_attrib() local
4443 dirflags = const_cpu_to_le16(0); in ntfs_set_ntfs_attrib()
4445 dirflags = ATTR_IS_COMPRESSED; in ntfs_set_ntfs_attrib()
4449 dirflags, in ntfs_set_ntfs_attrib()
5056 ATTR_FLAGS dirflags; in ntfs_set_file_attributes() local
5073 dirflags = const_cpu_to_le16(0); in ntfs_set_file_attributes()
5075 dirflags = ATTR_IS_COMPRESSED; in ntfs_set_file_attributes()
5079 dirflags, in ntfs_set_file_attributes()
/third_party/node/src/
H A Dnode_wasi.cc1171 uint32_t dirflags; in PathOpen() local
1183 CHECK_TO_TYPE_OR_RETURN(args, args[1], Uint32, dirflags); in PathOpen()
1195 dirflags, in PathOpen()
1209 dirflags, in PathOpen()
/third_party/node/deps/uvwasi/src/
H A Duvwasi.c1934 uvwasi_lookupflags_t dirflags, in uvwasi_path_open()
1957 UVWASI_DEBUG("uvwasi_path_open(uvwasi=%p, dirfd=%d, dirflags=%d, path='%s', " in uvwasi_path_open()
1962 dirflags, in uvwasi_path_open()
2033 dirflags); in uvwasi_path_open()
1932 uvwasi_path_open(uvwasi_t* uvwasi, uvwasi_fd_t dirfd, uvwasi_lookupflags_t dirflags, const char* path, uvwasi_size_t path_len, uvwasi_oflags_t o_flags, uvwasi_rights_t fs_rights_base, uvwasi_rights_t fs_rights_inheriting, uvwasi_fdflags_t fs_flags, uvwasi_fd_t* fd) uvwasi_path_open() argument

Completed in 17 milliseconds