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_PATH_SIZE
(Results
1 - 6
of
6
) sorted by relevance
/test/xts/acts/kernel_lite/utils/
H
A
D
libfs.cpp
45
char subDir[
MAX_PATH_SIZE
];
in RemoveDir()
61
//
MAX_PATH_SIZE
is the max length of allowed path string, so it safe to use sprintf here.
in RemoveDir()
123
static char path1[
MAX_PATH_SIZE
];
in GetCurrentPath()
124
char *path = getcwd(path1,
MAX_PATH_SIZE
);
in GetCurrentPath()
H
A
D
KernelConstants.h
87
const int
MAX_PATH_SIZE
= 256; // max size of path string
variable
/test/xts/hats/kernel/posix_interface/interface_gn/utils/
H
A
D
libfs.cpp
45
char subDir[
MAX_PATH_SIZE
];
in RemoveDir()
61
//
MAX_PATH_SIZE
is the max length of allowed path string, so it safe to use sprintf here.
in RemoveDir()
132
static char path1[
MAX_PATH_SIZE
];
in GetCurrentPath()
133
string path = getcwd(path1,
MAX_PATH_SIZE
);
in GetCurrentPath()
H
A
D
KernelConstants.h
83
const int
MAX_PATH_SIZE
= 256; // max size of path string
variable
/test/xts/acts/kernel_lite/fs_posix/src/
H
A
D
FsUnistdTest.cpp
116
char testDir[
MAX_PATH_SIZE
];
in HWTEST_F()
/test/xts/acts/multimedia/image/image_ets_standard/pictureNdk/entry/src/main/cpp/
H
A
D
PictureNdk.cpp
48
#define
MAX_PATH_SIZE
1024
macro
261
const size_t maxUriLen =
MAX_PATH_SIZE
;
in CreateTestImageSource()
Completed in 6 milliseconds