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:RoFileSystem
(Results
1 - 4
of
4
) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H
A
D
rofs_filesystem.h
37
class
RoFileSystem
final : public IFilesystem {
39
RoFileSystem
(const void* const blob, size_t blobSize);
40
~
RoFileSystem
() override = default;
41
RoFileSystem
(
RoFileSystem
const&) = delete;
42
RoFileSystem
& operator=(
RoFileSystem
const&) = delete;
H
A
D
rofs_filesystem.cpp
170
RoFileSystem
::
RoFileSystem
(const void* const blob, size_t blobSize)
in RoFileSystem()
function in RoFileSystem
223
IDirectory::Entry
RoFileSystem
::GetEntry(const string_view uri)
in GetEntry()
240
IFile::Ptr
RoFileSystem
::OpenFile(const string_view path)
in OpenFile()
249
IFile::Ptr
RoFileSystem
::CreateFile(const string_view /* path */)
in CreateFile()
254
bool
RoFileSystem
::DeleteFile(const string_view /* path */)
in DeleteFile()
259
IDirectory::Ptr
RoFileSystem
::OpenDirectory(const string_view path)
in OpenDirectory()
269
IDirectory::Ptr
RoFileSystem
::CreateDirectory(const string_view /* path */)
in CreateDirectory()
274
bool
RoFileSystem
::DeleteDirectory(const string_view /* path */)
in DeleteDirectory()
279
bool
RoFileSystem
[all...]
H
A
D
filesystem_api.cpp
199
return IFilesystem::Ptr { new
RoFileSystem
(data, static_cast<size_t>(size)) };
H
A
D
file_manager.cpp
380
return IFilesystem::Ptr { new
RoFileSystem
(data, static_cast<size_t>(size)) };
in CreateROFilesystem()
Completed in 3 milliseconds