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:NAME_BUF_LEN
(Results
1 - 13
of
13
) sorted by relevance
/base/hiviewdfx/faultloggerd/common/cutil/
H
A
D
dfx_cutil.c
36
char name[
NAME_BUF_LEN
];
in ReadStringFromFile()
37
char nameFilter[
NAME_BUF_LEN
];
in ReadStringFromFile()
47
ssize_t nRead = OHOS_TEMP_FAILURE_RETRY(read(fd, name,
NAME_BUF_LEN
- 1));
in ReadStringFromFile()
56
if ((*p == '\n') || (i ==
NAME_BUF_LEN
)) {
in ReadStringFromFile()
62
nameFilter[
NAME_BUF_LEN
- 1] = '\0';
in ReadStringFromFile()
80
char threadNamePath[
NAME_BUF_LEN
] = { 0 };
in GetThreadNameByTid()
H
A
D
musl_cutil.h
36
char name[
NAME_BUF_LEN
];
in ReadStringFromFile()
37
char nameFilter[
NAME_BUF_LEN
];
in ReadStringFromFile()
47
int nRead = OHOS_TEMP_FAILURE_RETRY(read(fd, name,
NAME_BUF_LEN
-1));
in ReadStringFromFile()
56
if ((*p == '\n') || (i ==
NAME_BUF_LEN
)) {
in ReadStringFromFile()
62
nameFilter[
NAME_BUF_LEN
- 1] = '\0';
in ReadStringFromFile()
80
char threadNamePath[
NAME_BUF_LEN
] = { 0 };
in GetThreadNameByTid()
/base/hiviewdfx/faultloggerd/interfaces/common/
H
A
D
dfx_dump_request.h
132
char threadName[
NAME_BUF_LEN
];
134
char processName[
NAME_BUF_LEN
];
H
A
D
dfx_define.h
36
#define
NAME_BUF_LEN
128
macro
/base/hiviewdfx/faultloggerd/test/unittest/common/
H
A
D
common_cutil_test.cpp
46
char threadName[
NAME_BUF_LEN
];
in HWTEST_F()
47
char processName[
NAME_BUF_LEN
];
in HWTEST_F()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/crash_exception/
H
A
D
crash_exception.cpp
67
if (pName == nullptr || strnlen(pName,
NAME_BUF_LEN
) ==
NAME_BUF_LEN
) {
in ReportCrashException()
/base/hiviewdfx/faultloggerd/test/funchook/
H
A
D
dfx_signal_hook.c
129
char path[
NAME_BUF_LEN
] = {0};
in IsSigactionAddr()
/base/hiviewdfx/faultloggerd/common/dfxutil/
H
A
D
dfx_util.cpp
79
uint32_t maxStrLen =
NAME_BUF_LEN
;
in TrimAndDupStr()
/base/hiviewdfx/faultloggerd/test/performancetest/src/
H
A
D
faultloggerd_performance_test.cpp
83
char result_buf_shell[
NAME_BUF_LEN
] = { 0, };
in ForkAndRootCommands()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H
A
D
dfx_memory.cpp
154
char buf[
NAME_BUF_LEN
];
in ReadString()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/faultloggerd_client/
H
A
D
faultloggerd_client.cpp
39
char content[
NAME_BUF_LEN
];
in GetSocketConnectionName()
/base/hiviewdfx/faultloggerd/tools/process_dump/
H
A
D
process_dumper.cpp
374
request->threadName[
NAME_BUF_LEN
- 1] = '\0';
in ReadRequestAndCheck()
375
request->processName[
NAME_BUF_LEN
- 1] = '\0';
in ReadRequestAndCheck()
/base/hiviewdfx/faultloggerd/services/
H
A
D
fault_logger_daemon.cpp
958
if (request == nullptr || strlen(request->callerElf) >
NAME_BUF_LEN
) {
in GetElfName()
Completed in 8 milliseconds