OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:openFile
(Results
1 - 16
of
16
) sorted by relevancy
/src/external/gpl2/gettext/dist/gettext-tools/examples/hello-objc-gnustep/
AppController.h
29
- (BOOL)application:(NSApplication *)application
openFile
:(NSString *)fileName;
AppController.m
53
- (BOOL)application:(NSApplication *)application
openFile
:(NSString *)fileName
/src/external/gpl3/binutils/dist/gprofng/src/
ClassFile.h
45
void
openFile
(const char *fname);
ClassFile.cc
999
ClassFile::
openFile
(const char *fname)
1397
openFile
(fname);
/src/external/gpl3/binutils.old/dist/gprofng/src/
ClassFile.h
45
void
openFile
(const char *fname);
ClassFile.cc
999
ClassFile::
openFile
(const char *fname)
1397
openFile
(fname);
/src/external/apache2/llvm/dist/llvm/lib/ToolDrivers/llvm-dlltool/
DlltoolDriver.cpp
57
static std::unique_ptr<MemoryBuffer>
openFile
(const Twine &Path) {
113
openFile
(Args.getLastArg(OPT_d)->getValue());
/src/external/bsd/elftosb/dist/common/
SourceFile.h
31
* SourceFile::
openFile
() function. It will create the correct subclass of
38
static SourceFile *
openFile
(const std::string & path);
SourceFile.cpp
32
SourceFile * SourceFile::
openFile
(const std::string & path)
/src/external/apache2/llvm/dist/clang/lib/Basic/
FileManager.cpp
196
FileManager::getFile(StringRef Filename, bool
openFile
, bool CacheFailure) {
197
auto Result = getFileRef(Filename,
openFile
, CacheFailure);
204
FileManager::getFileRef(StringRef Filename, bool
openFile
, bool CacheFailure) {
256
openFile
? &F : nullptr);
267
assert((
openFile
|| !F) && "undesired open file");
334
} else if (!
openFile
) {
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/GSYM/
GsymReader.h
45
/// instance: GsymReader::
openFile
(...) and GsymReader::copyBuffer(...).
80
static llvm::Expected<GsymReader>
openFile
(StringRef Path);
276
/// Called by both
openFile
() and copyBuffer(), this function does all of the
/src/external/apache2/llvm/dist/llvm/tools/llvm-gsymutil/
llvm-gsymutil.cpp
513
CurrentGsym = GsymReader::
openFile
(GSYMPath);
536
auto Gsym = GsymReader::
openFile
(GSYMPath);
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
FileSystem.h
961
std::error_code
openFile
(const Twine &Name, int &ResultFD,
1045
return
openFile
(Name, ResultFD, Disp, FA_Write, Flags, Mode);
1087
return
openFile
(Name, ResultFD, Disp, FA_Write | FA_Read, Flags, Mode);
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
GsymReader.cpp
34
llvm::Expected<GsymReader> GsymReader::
openFile
(StringRef Filename) {
202
// The only way to get a GsymReader is from GsymReader::
openFile
(...) or
DwarfTransformer.cpp
482
auto Gsym = GsymReader::
openFile
(GsymPath);
/src/external/bsd/elftosb/dist/elftosb2/
ConversionController.cpp
345
file = SourceFile::
openFile
(*path);
376
file = SourceFile::
openFile
(m_externPaths[externalFileNumber]);
Completed in 55 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026