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:dentryGroup
(Results
1 - 3
of
3
) sorted by relevance
/foundation/filemanagement/dfs_service/utils/dentry/src/
H
A
D
meta_file_clouddisk.cpp
618
static int32_t DecodeDentrys(const HmdfsDentryGroup &
dentryGroup
, std::vector<MetaBase> &bases)
in DecodeDentrys()
argument
621
int len =
dentryGroup
.nsl[i].namelen;
in DecodeDentrys()
622
if (!BitOps::TestBit(i,
dentryGroup
.bitmap) || len == 0 || len >= PATH_MAX) {
in DecodeDentrys()
626
std::string name(reinterpret_cast<const char *>(
dentryGroup
.fileName[i]), len);
in DecodeDentrys()
629
base.mode =
dentryGroup
.nsl[i].mode;
in DecodeDentrys()
630
base.mtime =
dentryGroup
.nsl[i].mtime;
in DecodeDentrys()
631
base.size =
dentryGroup
.nsl[i].size;
in DecodeDentrys()
632
base.position = MetaHelper::GetPosition(&
dentryGroup
.nsl[i]);
in DecodeDentrys()
633
base.fileType = MetaHelper::GetFileType(&
dentryGroup
.nsl[i]);
in DecodeDentrys()
634
base.cloudId = std::string(reinterpret_cast<const char *>(
dentryGroup
in DecodeDentrys()
657
HmdfsDentryGroup
dentryGroup
;
LoadChildren()
local
[all...]
H
A
D
meta_file.cpp
619
static int32_t DecodeDentrys(const HmdfsDentryGroup &
dentryGroup
, std::vector<MetaBase> &bases)
in DecodeDentrys()
argument
622
int len =
dentryGroup
.nsl[i].namelen;
in DecodeDentrys()
623
if (!BitOps::TestBit(i,
dentryGroup
.bitmap) || len == 0 || len >= PATH_MAX) {
in DecodeDentrys()
627
std::string name(reinterpret_cast<const char *>(
dentryGroup
.fileName[i]), len);
in DecodeDentrys()
630
base.mode =
dentryGroup
.nsl[i].mode;
in DecodeDentrys()
631
base.mtime =
dentryGroup
.nsl[i].mtime;
in DecodeDentrys()
632
base.size =
dentryGroup
.nsl[i].size;
in DecodeDentrys()
633
base.fileType =
dentryGroup
.nsl[i].fileType;
in DecodeDentrys()
634
base.cloudId = std::string(reinterpret_cast<const char *>(
dentryGroup
.nsl[i].recordId), CLOUD_RECORD_ID_LEN);
in DecodeDentrys()
657
HmdfsDentryGroup
dentryGroup
;
in LoadChildren()
local
[all...]
/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/mock/
H
A
D
meta_file_clouddisk_mock.cpp
491
static int32_t DecodeDentrys(const HmdfsDentryGroup &
dentryGroup
, std::vector<MetaBase> &bases)
in DecodeDentrys()
argument
Completed in 4 milliseconds