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:MAP_FAILED
(Results
1 - 13
of
13
) sorted by relevance
/developtools/profiler/hiebpf/test/unittest/
H
A
D
hiebpf_data_file_test.cpp
92
EXPECT_TRUE(hiebpfDataFile.mapAddr_ ==
MAP_FAILED
);
in HWTEST_F()
96
EXPECT_TRUE(hiebpfDataFile.mapAddr_ ==
MAP_FAILED
);
in HWTEST_F()
100
EXPECT_TRUE(hiebpfDataFile.mapAddr_ !=
MAP_FAILED
);
in HWTEST_F()
/developtools/profiler/hiebpf/include/
H
A
D
utilities.h
31
#ifndef
MAP_FAILED
32
#define
MAP_FAILED
MMAP_FAILED
macro
H
A
D
hiebpf_data_file.h
135
void *mapAddr_ {
MAP_FAILED
};
/developtools/profiler/hiebpf/src/
H
A
D
hiebpf_data_file.cpp
108
CHECK_TRUE(mapAddr_ !=
MAP_FAILED
, -1, "mmap() failed: %s", strerror(errno));
in MapFile()
137
CHECK_TRUE(mapAddr_ !=
MAP_FAILED
, -1, "failed to remap data file from %u to %u", mapPos_, remapPos);
in RemapFile()
/developtools/hapsigner/hapsigntool_cpp/common/src/
H
A
D
random_access_file.cpp
89
mmapInfo.mapAddr = reinterpret_cast<char*>(
MAP_FAILED
);
in DoMMap()
106
if (mmapInfo.mapAddr ==
MAP_FAILED
) {
in DoMMap()
/developtools/profiler/device/plugins/native_hook/test/
H
A
D
statistics_test.cpp
139
if (ptr ==
MAP_FAILED
) {
in MmapAndMunMap()
262
if (mapAddr1 ==
MAP_FAILED
) {
in TestMemoryMap()
270
if (mapAddr2 ==
MAP_FAILED
) {
in TestMemoryMap()
H
A
D
hook_test.c
274
if (pMap ==
MAP_FAILED
) {
in CreateMmap()
H
A
D
malloc_test.cpp
293
if (pMap ==
MAP_FAILED
) {
in CreateMmap()
/developtools/profiler/device/plugins/api/test/unittest/
H
A
D
buffer_write_test.cpp
52
if (g_smbAddr1 == static_cast<void*>(
MAP_FAILED
)) {
in InitShareMemory1()
89
if (g_smbAddr2 == static_cast<void*>(
MAP_FAILED
)) {
in InitShareMemory2()
/developtools/profiler/device/plugins/native_daemon/include/
H
A
D
utilities.h
315
#ifndef
MAP_FAILED
316
#define
MAP_FAILED
MMAP_FAILED
macro
/developtools/hiperf/include/
H
A
D
utilities.h
330
#ifndef
MAP_FAILED
331
#define
MAP_FAILED
MMAP_FAILED
macro
/developtools/profiler/device/services/profiler_service/src/
H
A
D
trace_file_writer.cpp
65
if (fileMapAddr_ ==
MAP_FAILED
) {
in TraceFileWriter()
476
if (fileMapAddr_ ==
MAP_FAILED
) {
in RemapFile()
/developtools/profiler/device/services/shared_memory/src/
H
A
D
share_memory_block.cpp
67
if (ptr ==
MAP_FAILED
) {
in CreateBlockWithFd()
117
if (ptr ==
MAP_FAILED
) {
in CreateBlock()
Completed in 8 milliseconds