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:ROOT_CLOUD_ID
(Results
1 - 5
of
5
) sorted by relevance
/foundation/filemanagement/dfs_service/services/clouddisk_database/src/
H
A
D
clouddisk_rdbstore.cpp
66
static const string
ROOT_CLOUD_ID
= "rootId";
member
208
if (cloudId.empty() || cloudId ==
ROOT_CLOUD_ID
) {
in GetAttr()
231
if (cloudId ==
ROOT_CLOUD_ID
) {
in SetAttr()
575
if (cloudId.empty() || cloudId ==
ROOT_CLOUD_ID
) {
in Write()
846
if (cloudId.empty() || cloudId ==
ROOT_CLOUD_ID
|| key != IS_FAVORITE_XATTR) {
in FavoriteGetXattr()
870
if (cloudId.empty() || cloudId ==
ROOT_CLOUD_ID
|| key != IS_FILE_STATUS_XATTR) {
in FileStatusGetXattr()
897
if (cloudId.empty() || cloudId ==
ROOT_CLOUD_ID
|| key.empty()) {
in GetExtAttrValue()
929
if (cloudId.empty() || cloudId ==
ROOT_CLOUD_ID
) {
in GetExtAttr()
1221
if (cloudId.empty() || cloudId ==
ROOT_CLOUD_ID
) {
in Unlink()
1260
if (cloudId.empty() || cloudId ==
ROOT_CLOUD_ID
) {
in GetCurNode()
[all...]
/foundation/filemanagement/dfs_service/utils/dentry/include/
H
A
D
meta_file.h
36
const std::string
ROOT_CLOUD_ID
= "rootId";
member
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/cloud_disk/
H
A
D
file_operations_cloud.cpp
63
static const string
ROOT_CLOUD_ID
= "rootId";
member
503
if (parentInode->cloudId !=
ROOT_CLOUD_ID
) {
in DoCreatFile()
1036
if (fileName == ".thumbs" && parentInode->cloudId ==
ROOT_CLOUD_ID
) {
in MkDir()
1038
} else if (parentInode->cloudId !=
ROOT_CLOUD_ID
) {
in MkDir()
/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/mock/
H
A
D
file_operations_cloud_mock.cpp
61
static const string
ROOT_CLOUD_ID
= "rootId";
member
/foundation/filemanagement/dfs_service/utils/dentry/src/
H
A
D
meta_file_clouddisk.cpp
709
auto metaFile = MetaFileMgr::GetInstance().GetCloudDiskMetaFile(userId, bundleName,
ROOT_CLOUD_ID
);
in CreateRecycleDentry()
Completed in 9 milliseconds