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_FILE_SIZE
(Results
1 - 6
of
6
) sorted by relevance
/base/hiviewdfx/hicollie/frameworks/native/
H
A
D
xcollie_utils.cpp
41
constexpr uint64_t
MAX_FILE_SIZE
= 10 * 1024 * 1024; // 10M
member
348
if (fileSize >
MAX_FILE_SIZE
) {
in WriteStackToFd()
350
"MainThread fileSize: %{public}" PRIu64 "
MAX_FILE_SIZE
: %{public}" PRIu64 ".",
in WriteStackToFd()
351
fileSize,
MAX_FILE_SIZE
);
in WriteStackToFd()
/base/hiviewdfx/hiview/plugins/freeze_detector/
H
A
D
rule_cluster.cpp
49
static const int
MAX_FILE_SIZE
= 512 * 1024;
member
93
if (st.st_size >
MAX_FILE_SIZE
) {
in CheckFileSize()
/base/account/os_account/frameworks/common/file_operator/src/
H
A
D
account_file_operator.cpp
38
const long
MAX_FILE_SIZE
= 1 << 24; // 16MB
member
279
if ((fileSize < 0) || (fileSize >
MAX_FILE_SIZE
)) {
in GetFileContentByPath()
/base/hiviewdfx/hiview/base/event_publish/
H
A
D
event_publish.cpp
45
constexpr uint64_t
MAX_FILE_SIZE
= 5 * 1024 * 1024; // 5M
member
82
externalLogInfo.maxFileSize_ =
MAX_FILE_SIZE
;
in GetExternalLogInfo()
/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/
H
A
D
hitrace_meter.cpp
89
constexpr const int
MAX_FILE_SIZE
= 500 * 1024 * 1024;
member
418
if ((g_writeOffset + size) > DEFAULT_CACHE_SIZE && (g_writeOffset + size) <
MAX_FILE_SIZE
) {
in GetTraceBuffer()
1044
g_fileLimitSize = (limitSize >
MAX_FILE_SIZE
) ?
MAX_FILE_SIZE
: limitSize;
in StartCaptureAppTrace()
/base/hiviewdfx/hitrace/cmd/src/
H
A
D
hitrace_cmd.cpp
143
const int
MAX_FILE_SIZE
= 512000; // 500 MB
member
382
} else if (fileSizeKB < MIN_FILE_SIZE || fileSizeKB >
MAX_FILE_SIZE
) {
in ParseLongOpt()
Completed in 7 milliseconds