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 - 10
of
10
) sorted by relevance
/foundation/multimedia/av_session/utils/include/
H
A
D
avsession_utils.h
31
static constexpr const int32_t
MAX_FILE_SIZE
= 4 * 1024 * 1024;
member in OHOS::AVSession::AVSessionUtils
52
if (imgBufferSize >
MAX_FILE_SIZE
|| imgBufferSize <= 0) {
in WriteImageToFile()
53
SLOGE("error, dataSize larger than %{public}d or invalid",
MAX_FILE_SIZE
);
in WriteImageToFile()
93
if (imgBufferSize >
MAX_FILE_SIZE
|| imgBufferSize <= 0) {
in ReadImageFromFile()
94
SLOGE("error, dataSize larger than %{public}d or invalid",
MAX_FILE_SIZE
);
in ReadImageFromFile()
/foundation/bundlemanager/app_domain_verify/interfaces/kits/js/src/
H
A
D
config_parser.cpp
24
constexpr int
MAX_FILE_SIZE
= 1024;
member
37
if (file.tellg() >
MAX_FILE_SIZE
) {
in load()
/foundation/graphic/graphic_surface/utils/hebc_white_list/
H
A
D
hebc_white_list.cpp
27
constexpr long
MAX_FILE_SIZE
= 32 * 1024 * 1024;
member
83
buffer = ReadFile(filePath, size,
MAX_FILE_SIZE
);
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/proxy/
H
A
D
client_trans_proxy_file_manager_mock_test.cpp
164
.WillRepeatedly(Return(
MAX_FILE_SIZE
));
in HWTEST_F()
172
.WillRepeatedly(Return(
MAX_FILE_SIZE
+ 1));
in HWTEST_F()
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H
A
D
application_cleaner.cpp
47
constexpr int64_t
MAX_FILE_SIZE
= 50 * 1024;
member
121
return (fileSize <=
MAX_FILE_SIZE
);
in CheckFileSize()
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/include/
H
A
D
client_trans_proxy_file_manager.h
29
#define
MAX_FILE_SIZE
(0x500000) /* 5M */
macro
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
H
A
D
client_trans_proxy_file_manager.c
319
if (file->fileSize >
MAX_FILE_SIZE
) {
in UnpackFileTransStartInfo()
364
if (*fileSize >
MAX_FILE_SIZE
) {
in GetAndCheckFileSize()
1439
if (bytesToWrite >
MAX_FILE_SIZE
) {
in ProcessFileFrameSequence()
1444
if (fileInfo->fileOffset > (uint64_t)
MAX_FILE_SIZE
- (uint64_t)bytesToWrite) {
in ProcessFileFrameSequence()
1485
if (
MAX_FILE_SIZE
< frameDataLength) {
in ProcessOneFrameCRC()
1490
if (fileOffset >
MAX_FILE_SIZE
- frameDataLength) {
in ProcessOneFrameCRC()
1503
if (fileInfo->fileOffset >
MAX_FILE_SIZE
) {
in ProcessOneFrameCRC()
1525
if (
MAX_FILE_SIZE
< frameDataLength) {
in ProcessOneFrame()
1530
if (fileInfo->fileOffset >
MAX_FILE_SIZE
- frameDataLength) {
in ProcessOneFrame()
1542
if (fileInfo->fileOffset >
MAX_FILE_SIZE
) {
in ProcessOneFrame()
[all...]
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H
A
D
tar_file.cpp
39
const uint64_t
MAX_FILE_SIZE
= 0777777777777L;
member
223
if (sizeof(off_t) <= OFF_T_SIZE || st.st_size <= static_cast<off_t>(
MAX_FILE_SIZE
)) {
in I2OcsConvert()
/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H
A
D
exif_info.cpp
59
static constexpr unsigned long
MAX_FILE_SIZE
= 1000 * 1000 * 1000;
member
599
if (fileLength == 0 || fileLength >
MAX_FILE_SIZE
) {
in GetFileInfoByPath()
686
if (fileLength == 0 || fileLength >
MAX_FILE_SIZE
) {
in GetFileInfoByFd()
825
if (size == 0 || size >
MAX_FILE_SIZE
) {
in ModifyExifData()
1505
if (fileLength == 0 || fileLength >
MAX_FILE_SIZE
) {
in UpdateCacheExifData()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/exif_metadata_accessor_test/
H
A
D
exif_getfilterarea_test.cpp
52
static const int
MAX_FILE_SIZE
= 1000 * 1000 * 100;
member
101
if (size >
MAX_FILE_SIZE
) {
in CopyFileStream()
Completed in 11 milliseconds