Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:ProxyFilesystem
(Results
1 - 4
of
4
) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H
A
D
proxy_filesystem.cpp
42
ProxyFilesystem
::
ProxyFilesystem
(FileManager& fileManager, const string_view destination)
in ProxyFilesystem()
function in ProxyFilesystem
48
void
ProxyFilesystem
::AppendSearchPath(string_view path)
in AppendSearchPath()
56
void
ProxyFilesystem
::PrependSearchPath(string_view path)
in PrependSearchPath()
64
void
ProxyFilesystem
::RemoveSearchPath(string_view destination)
in RemoveSearchPath()
75
IDirectory::Entry
ProxyFilesystem
::GetEntry(const string_view path)
in GetEntry()
88
IFile::Ptr
ProxyFilesystem
::OpenFile(const string_view path)
in OpenFile()
103
IFile::Ptr
ProxyFilesystem
::CreateFile(const string_view path)
in CreateFile()
118
bool
ProxyFilesystem
::DeleteFile(const string_view path)
in DeleteFile()
132
IDirectory::Ptr
ProxyFilesystem
[all...]
H
A
D
proxy_filesystem.h
35
class
ProxyFilesystem
final : public IFilesystem {
37
ProxyFilesystem
(FileManager& fileManager, BASE_NS::string_view destination);
39
ProxyFilesystem
() = delete;
40
ProxyFilesystem
(
ProxyFilesystem
const&) = delete;
41
ProxyFilesystem
& operator=(
ProxyFilesystem
const&) = delete;
43
~
ProxyFilesystem
() override = default;
H
A
D
file_manager.h
33
class
ProxyFilesystem
;
83
BASE_NS::unordered_map<BASE_NS::string,
ProxyFilesystem
*> proxyFilesystems_;
H
A
D
file_manager.cpp
353
auto pfs = make_unique<
ProxyFilesystem
>(*this, uri);
in RegisterPath()
Completed in 2 milliseconds