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:MAX_READ_SIZE
(Results
1 - 5
of
5
) sorted by relevance
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/fuse_manager/
H
A
D
fuse_manager.cpp
84
static const unsigned int
MAX_READ_SIZE
= 4 * 1024 * 1024;
member
143
if (0 < readSize && readSize <=
MAX_READ_SIZE
) {
in ReadArguments()
699
int filePageSize = static_cast<int32_t>(cInode->mBase->size /
MAX_READ_SIZE
+ 1);
in LoadCacheFileIndex()
872
sizeof(int[cInode->mBase->size /
MAX_READ_SIZE
+ 1]), 0) < 0) {
in CloudRelease()
927
int64_t headIndex = ioctlData->offset /
MAX_READ_SIZE
;
in HasCache()
928
int64_t tailIndex = (ioctlData->offset + ioctlData->readSize - 1) /
MAX_READ_SIZE
;
in HasCache()
1017
int64_t cacheIndex = off /
MAX_READ_SIZE
;
in CheckAndWait()
1070
int64_t cacheIndex = readArgs->offset /
MAX_READ_SIZE
;
in CloudReadOnCloudFile()
1074
if (readArgs->offset %
MAX_READ_SIZE
== 0 && cInode->readCacheMap.find(cacheIndex) == cInode->readCacheMap.end()) {
in CloudReadOnCloudFile()
1100
if (readArgs->offset %
MAX_READ_SIZE
in CloudReadOnCloudFile()
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H
A
D
storage_engine.h
144
static const int
MAX_READ_SIZE
;
member in DistributedDB::StorageEngine
H
A
D
storage_engine.cpp
27
const int StorageEngine::
MAX_READ_SIZE
= 16;
member in DistributedDB::StorageEngine
472
return (poolSize.maxReadNum >
MAX_READ_SIZE
||
in CheckEngineAttr()
/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/mock/
H
A
D
file_operations_cloud_mock.cpp
66
static const unsigned int
MAX_READ_SIZE
= 4 * 1024 * 1024;
member
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/cloud_disk/
H
A
D
file_operations_cloud.cpp
67
static const unsigned int
MAX_READ_SIZE
= 4 * 1024 * 1024;
member
1244
if (size >
MAX_READ_SIZE
) {
in Read()
Completed in 8 milliseconds