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:pidFile
(Results
1 - 3
of
3
) sorted by relevance
/base/sensors/sensor/test/unittest/common/src/
H
A
D
system_info.cpp
56
struct dirent *
pidFile
;
in GetTaskPidFile()
local
57
while ((
pidFile
= ::readdir(dir)) != nullptr) {
in GetTaskPidFile()
58
if ((::strcmp(
pidFile
->d_name, ".") == 0) || (::strcmp(
pidFile
->d_name, "..") == 0)) {
in GetTaskPidFile()
61
if (
pidFile
->d_type != DT_DIR) {
in GetTaskPidFile()
64
const std::string path = procPath + "/" +
pidFile
->d_name + "/status";
in GetTaskPidFile()
/base/hiviewdfx/hiview/core/
H
A
D
hiview_platform.cpp
828
std::string
pidFile
= defaultWorkDir_ + "/" + std::string(HIVIEW_PID_FILE_NAME);
in ExitHiviewIfNeed()
local
829
if (!FileUtil::FileExists(
pidFile
)) {
in ExitHiviewIfNeed()
834
FileUtil::LoadStringFromFile(
pidFile
, content);
in ExitHiviewIfNeed()
845
FileUtil::SaveStringToFile(
pidFile
, std::to_string(selfPid));
in ExitHiviewIfNeed()
/base/print/print_fwk/services/print_service/src/
H
A
D
print_cups_client.cpp
205
std::string
pidFile
= CUPS_RUN_DIR + "/cupsd.pid";
in StartCupsdService()
local
207
if (stat(
pidFile
.c_str(), &sb) != 0) {
in StartCupsdService()
208
PRINT_HILOGI("stat
pidFile
failed.");
in StartCupsdService()
212
if (realpath(
pidFile
.c_str(), realPidFile) == nullptr) {
in StartCupsdService()
218
PRINT_HILOGE("Open
pidFile
error!");
in StartCupsdService()
224
PRINT_HILOGE("Read
pidFile
error!");
in StartCupsdService()
Completed in 5 milliseconds