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:StdFilesystem
(Results
1 - 4
of
4
) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H
A
D
std_filesystem.h
32
class
StdFilesystem
final : public IFilesystem {
36
explicit
StdFilesystem
(BASE_NS::string_view basePath);
37
~
StdFilesystem
() override = default;
38
StdFilesystem
(
StdFilesystem
const&) = delete;
39
StdFilesystem
& operator=(
StdFilesystem
const&) = delete;
H
A
D
std_filesystem.cpp
62
string
StdFilesystem
::ValidatePath(const string_view pathIn) const
in ValidatePath()
72
CORE_LOG_V("Corrupted path in
StdFilesystem
::ValidatePath. not absolute");
in ValidatePath()
78
CORE_LOG_V("Corrupted path in
StdFilesystem
::ValidatePath. missing drive letter, or incorrect root");
in ValidatePath()
88
IFile::Ptr
StdFilesystem
::OpenFile(const string_view pathIn)
in OpenFile()
97
IFile::Ptr
StdFilesystem
::CreateFile(const string_view pathIn)
in CreateFile()
107
bool
StdFilesystem
::DeleteFile(const string_view pathIn)
in DeleteFile()
121
IDirectory::Ptr
StdFilesystem
::OpenDirectory(const string_view pathIn)
in OpenDirectory()
131
IDirectory::Ptr
StdFilesystem
::CreateDirectory(const string_view pathIn)
in CreateDirectory()
141
bool
StdFilesystem
::DeleteDirectory(const string_view pathIn)
in DeleteDirectory()
155
bool
StdFilesystem
177
StdFilesystem
::
StdFilesystem
(string_view basePath) : basePath_(basePath)
StdFilesystem()
function in StdFilesystem
[all...]
H
A
D
filesystem_api.cpp
171
return IFilesystem::Ptr(new
StdFilesystem
("/"));
188
return IFilesystem::Ptr(new
StdFilesystem
(rootPath));
/foundation/graphic/graphic_3d/lume/LumeEngine/src/
H
A
D
plugin_registry.cpp
560
fileManager_.RegisterFilesystem("file", IFilesystem::Ptr { new
StdFilesystem
("/") });
in RegisterPluginPath()
Completed in 3 milliseconds