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:procFile
(Results
1 - 3
of
3
) sorted by relevance
/base/startup/init/services/modules/bootchart/
H
A
D
bootchart.c
167
FILE *
procFile
= fopen(BOOTCHART_OUTPUT_PATH"proc_ps.log", "w");
in BootchartThreadMain()
local
170
if (statFile == NULL ||
procFile
== NULL || diskFile == NULL) {
in BootchartThreadMain()
193
bootchartLogProcess(
procFile
);
in BootchartThreadMain()
201
if (
procFile
!= NULL) {
in BootchartThreadMain()
202
(void)fflush(
procFile
);
in BootchartThreadMain()
203
(void)fclose(
procFile
);
in BootchartThreadMain()
/base/startup/init/services/init/
H
A
D
init_common_cmds.c
168
static void SetProcName(const struct CmdArgs *ctx, const char *
procFile
)
in SetProcName()
argument
170
int fd = open(
procFile
, O_WRONLY | O_CREAT | O_CLOEXEC | O_TRUNC, S_IRUSR | S_IWUSR);
in SetProcName()
171
INIT_ERROR_CHECK(fd >= 0, return, "Failed to set %s errno: %d",
procFile
, errno);
in SetProcName()
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H
A
D
memory_collector_impl.cpp
415
for (auto&
procFile
: procFiles) {
in CollectAllProcessMemory()
416
std::string fileName = FileUtil::ExtractFileName(
procFile
);
in CollectAllProcessMemory()
Completed in 4 milliseconds