Home
last modified time | relevance | path

Searched refs:LookupFile (Results 1 – 25 of 272) sorted by relevance

1234567891011

/dports/audio/musicpd/mpd-0.23.6/test/
H A DTestLookupFile.cxx11 EXPECT_THROW(LookupFile(Path::FromFS(PATH_LITERAL(""))), std::system_error); in TEST()
13 EXPECT_FALSE(LookupFile(Path::FromFS(PATH_LITERAL(".")))); in TEST()
15 EXPECT_FALSE(LookupFile(Path::FromFS(PATH_LITERAL("config.h")))); in TEST()
17 EXPECT_THROW(LookupFile(Path::FromFS(PATH_LITERAL("src/foo/bar"))), std::system_error); in TEST()
21 auto result = LookupFile(Path::FromFS(PATH_LITERAL("dummy/foo/bar"))); in TEST()
26 result = LookupFile(Path::FromFS(PATH_LITERAL("config.h/foo/bar"))); in TEST()
/dports/irc/scrollz/ScrollZ-ScrollZ-2.3/source/
H A Dfiles.c107 File *LookupFile(fd) in LookupFile() function
124 File *ptr=LookupFile(fd);
137 File *ptr=LookupFile(fd);
157 File *ptr=LookupFile(fd);
166 File *ptr=LookupFile (fd);
/dports/audio/musicpd/mpd-0.23.6/src/fs/
H A DLookupFile.hxx53 LookupFile(Path pathname);
H A Dmeson.build15 'LookupFile.cxx',
H A DLookupFile.cxx36 LookupFile(Path pathname) in LookupFile() function
/dports/audio/musicpd/mpd-0.23.6/src/input/plugins/
H A DArchiveInputPlugin.cxx41 l = LookupFile(path); in OpenArchiveInputStream()
/dports/ftp/filezilla/filezilla-3.55.1/src/engine/
H A Ddirectorycache.h86 …std::tuple<LookupResults, CDirentry> LookupFile(CServer const& server, CServerPath const& path, st…
94 …bool LookupFile(CDirentry &entry, CServer const& server, CServerPath const& path, std::wstring con…
/dports/ftp/filezilla/filezilla-3.55.1/src/engine/storj/
H A Dfile_transfer.cpp54 …bool found = engine_.GetDirectoryCache().LookupFile(entry, currentServer_, remotePath_, remoteFile… in Send()
194 …bool found = engine_.GetDirectoryCache().LookupFile(entry, currentServer_, remotePath_, remoteFile… in SubcommandResult()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/Lex/
H A DHeaderMap.h80 Optional<FileEntryRef> LookupFile(StringRef Filename, FileManager &FM) const;
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/Lex/
H A DHeaderMap.h80 Optional<FileEntryRef> LookupFile(StringRef Filename, FileManager &FM) const;
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/Lex/
H A DHeaderMap.h80 Optional<FileEntryRef> LookupFile(StringRef Filename, FileManager &FM) const;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/Lex/
H A DHeaderMap.h80 Optional<FileEntryRef> LookupFile(StringRef Filename, FileManager &FM) const;
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/Lex/
H A DHeaderMap.h80 Optional<FileEntryRef> LookupFile(StringRef Filename, FileManager &FM) const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/Lex/
H A DHeaderMap.h80 Optional<FileEntryRef> LookupFile(StringRef Filename, FileManager &FM) const;
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/include/clang/Lex/
H A DHeaderMap.h80 Optional<FileEntryRef> LookupFile(StringRef Filename, FileManager &FM) const;
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/Lex/
H A DHeaderMap.h81 const FileEntry *LookupFile(StringRef Filename, FileManager &FM) const;
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/include/clang/Lex/
H A DHeaderMap.h82 const FileEntry *LookupFile(StringRef Filename, FileManager &FM) const;
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/include/clang/Lex/
H A DHeaderMap.h81 const FileEntry *LookupFile(StringRef Filename, FileManager &FM) const;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/Lex/
H A DHeaderMap.h85 Optional<FileEntryRef> LookupFile(StringRef Filename, FileManager &FM) const;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/Lex/
H A DHeaderMap.h85 Optional<FileEntryRef> LookupFile(StringRef Filename, FileManager &FM) const;
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/Lex/
H A DHeaderMap.h85 Optional<FileEntryRef> LookupFile(StringRef Filename, FileManager &FM) const;
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/include/clang/Lex/
H A DHeaderMap.h85 Optional<FileEntryRef> LookupFile(StringRef Filename, FileManager &FM) const;
/dports/lang/clang-mesa/clang-13.0.1.src/include/clang/Lex/
H A DHeaderMap.h85 Optional<FileEntryRef> LookupFile(StringRef Filename, FileManager &FM) const;
/dports/lang/spidermonkey78/firefox-78.9.0/modules/libjar/
H A DnsJARChannel.h60 nsresult LookupFile();
/dports/www/firefox-legacy/firefox-52.8.0esr/modules/libjar/
H A DnsJARChannel.cpp326 nsJARChannel::LookupFile(bool aAllowAsync) in LookupFile() function in nsJARChannel
718 nsresult rv = LookupFile(false); in Open()
775 nsresult rv = LookupFile(true); in AsyncOpen()
871 nsresult rv = LookupFile(false); in GetZipEntry()

1234567891011