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:PATH_MAX_LEN
(Results
1 - 6
of
6
) sorted by relevance
/foundation/filemanagement/app_file_service/utils/src/b_filesystem/
H
A
D
b_dir.cpp
39
const int32_t
PATH_MAX_LEN
= 4096;
member
82
if (len >=
PATH_MAX_LEN
) {
in CheckOverLongPath()
119
if (CheckOverLongPath(fileName) >=
PATH_MAX_LEN
|| stat(fileName.data(), &sta) == -1) {
in GetDirFilesDetail()
319
if (CheckOverLongPath(path) >=
PATH_MAX_LEN
|| stat(path.data(), &sta) == -1) {
in IsNotPath()
360
if (CheckOverLongPath(fileName) >=
PATH_MAX_LEN
|| stat(fileName.data(), &sta) == -1) {
in GetUser0DirFilesDetail()
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H
A
D
untar_file.cpp
28
const int32_t
PATH_MAX_LEN
= 4096;
member
86
if (nameLen <=
PATH_MAX_LEN
) {
in ReadLongName()
96
HILOGE("longName of %{private}s exceed
PATH_MAX_LEN
", info.fullPath.c_str());
in ReadLongName()
/foundation/filemanagement/app_file_service/tests/unittests/backup_utils/b_filesystem/
H
A
D
b_dir_test.cpp
338
auto [errCode1, subFiles1, subSmallFiles1] = GetFile(pathData,
PATH_MAX_LEN
);
in HWTEST_F()
/foundation/filemanagement/storage_service/services/storage_daemon/quota/
H
A
D
quota_manager.cpp
56
const uint64_t
PATH_MAX_LEN
= 4096;
member
632
if (len >=
PATH_MAX_LEN
) {
in CheckOverLongPath()
/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/
H
A
D
hevc_decoder.cpp
64
constexpr uint32_t
PATH_MAX_LEN
= 128;
member
197
char fileName[
PATH_MAX_LEN
] = {0};
in OpenDumpFile()
/foundation/multimedia/av_codec/services/engine/codec/video/fcodec/
H
A
D
fcodec.cpp
57
constexpr uint32_t
PATH_MAX_LEN
= 128;
member
98
char fileName[
PATH_MAX_LEN
] = {0};
in OpenDumpFile()
Completed in 10 milliseconds