Searched refs:Open (Results 1 - 25 of 40) sorted by relevance

12

/freebsd-12-stable/tests/sys/fs/fusefs/
H A Dopen.cc45 class Open: public FuseTest { class in inherits:FuseTest
80 TEST_F(Open, chr)
105 TEST_F(Open, enoent)
137 TEST_F(Open, eperm)
160 TEST_F(Open, multiple_creds)
222 TEST_F(Open, DISABLED_o_append)
228 TEST_F(Open, o_creat)
234 TEST_F(Open, DISABLED_o_direct)
240 TEST_F(Open, o_excl)
245 TEST_F(Open, o_exe
[all...]
H A Ddefault_permissions.cc145 class Open: public DefaultPermissions {}; class in inherits:DefaultPermissions
743 TEST_F(Open, eacces)
756 TEST_F(Open, ok)
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DFileAction.h34 bool Open(int fd, const FileSpec &file_spec, bool read, bool write);
H A DFileSystem.h64 int Open(const char *path, int flags, int mode);
67 Open(const FileSpec &file_spec, File::OpenOptions options,
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant_conf.mk2 # Copyright (C) 2010 The Android Open Source Project
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
H A DStreamFile.cpp35 auto file = FileSystem::Instance().Open(FileSpec(path), options, permissions);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/common/
H A DFileAction.cpp33 bool FileAction::Open(int fd, const FileSpec &file_spec, bool read, function in class:FileAction
H A DProcessLaunchInfo.cpp50 if (file_action.Open(STDIN_FILENO, stdin_file_spec, read, write))
57 if (file_action.Open(STDOUT_FILENO, stdout_file_spec, read, write))
64 if (file_action.Open(STDERR_FILENO, stderr_file_spec, read, write))
92 if (file_action.Open(fd, file_spec, read, write)) {
102 if (file_action.Open(fd, FileSpec(FileSystem::DEV_NULL), read, write)) {
H A DFileCache.cpp33 auto file = FileSystem::Instance().Open(file_spec, flags, mode);
H A DFileSystem.cpp349 return const_cast<FileSystem &>(fs).Open(path, flags, mode);
418 Expected<FileUP> FileSystem::Open(const FileSpec &file_spec, function in class:FileSystem
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/posix/
H A DFileSystemPosix.cpp78 int FileSystem::Open(const char *path, int flags, int mode) { function in class:FileSystem
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_utils.cpp78 LogWriter *LogWriter::Open() XRAY_NEVER_INSTRUMENT {
157 LogWriter *LogWriter::Open() XRAY_NEVER_INSTRUMENT {
158 // Open a temporary file once for the log.
H A Dxray_utils.h44 static LogWriter *Open();
H A Dxray_basic_logging.cpp88 LogWriter* LW = LogWriter::Open();
H A Dxray_profiling.cpp244 LogWriter *LW = LogWriter::Open();
/freebsd-12-stable/usr.bin/truss/
H A Dsyscall.h112 Open, enumerator in enum:Argtype
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUnixAPIChecker.cpp31 Open, member in class:OpenVariant
145 CheckOpenVariant(C, CE, OpenVariant::Open);
161 case OpenVariant::Open:
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DScopedPrinter.h360 template<char Open, char Close>
363 W.startLine() << Open << '\n';
371 W.getOStream() << Open << '\n';
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
H A DSBStream.cpp93 FileSystem::Instance().Open(FileSpec(path), open_options);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp513 // * https://sourceware.org/gdb/onlinedocs/gdb/Open-Flags.html#Open-Flags
521 auto file = FileSystem::Instance().Open(path_spec, flags, mode, false);
898 if (file_action.Open(STDIN_FILENO, FileSpec(path), read, write)) {
914 if (file_action.Open(STDOUT_FILENO, FileSpec(path), read, write)) {
930 if (file_action.Open(STDERR_FILENO, FileSpec(path), read, write)) {
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
H A DModuleCache.cpp161 auto file = FileSystem::Instance().Open(
/freebsd-12-stable/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp403 auto file = FileSystem::Instance().Open(
/freebsd-12-stable/stand/efi/include/
H A Defiprot.h193 // Open modes
278 EFI_FILE_OPEN Open; member in struct:_EFI_FILE_HANDLE
/freebsd-12-stable/sys/net/
H A Dif_spppsubr.c218 void (*Open)(struct sppp *sp); member in struct:cp
816 lcp.Open(sp);
1226 lcp.Open(sp);
1868 * The generic part of all Up/Down/Open/Close/TO event handlers.
2183 lcp.Open(sp);
2189 lcp.Open(sp);
2636 (cps[i])->Open(sp);
2649 * Open all authentication protocols. This is even required
2653 * don't do anything when they get an Open event.
2657 (cps[i])->Open(s
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp93 SourceLocation Open = SilenceableCondVal.getBegin(); variable
94 if (Open.isValid()) {
98 S.Diag(Open, diag::note_unreachable_silence)
99 << FixItHint::CreateInsertion(Open, "/* DISABLES CODE */ (")

Completed in 141 milliseconds

12