Home
last modified time | relevance | path

Searched refs:pid_ (Results 1 – 4 of 4) sorted by relevance

/frameworks/libs/binary_translation/tests/ndk_program_tests/
Dptrace_test.cc29 ScopedSigKill(pid_t p) : pid_(p) {} in ScopedSigKill()
30 ~ScopedSigKill() { kill(pid_, SIGKILL); } in ~ScopedSigKill()
33 pid_t pid_; member in __anon353614870111::ScopedSigKill
/frameworks/native/cmds/dumpstate/
DDumpstateService.cpp258 dprintf(fd, "pid: %d\n", ds_->pid_); in dump()
Ddumpstate.h470 pid_t pid_; variable
Ddumpstate.cpp834 id_, pid_, PropertiesHelper::IsDryRun(), PropertiesHelper::IsParallelRun(), in PrintHeader()
1577 printf("== Final progress (pid %d): %d/%d (estimated %d)\n", ds.pid_, ds.progress_->Get(), in DumpstateLimitedOnly()
1850 printf("== Final progress (pid %d): %d/%d (estimated %d)\n", ds.pid_, ds.progress_->Get(), in dumpstate()
2836 ds.log_path_ = ds.GetPath("-dumpstate_log-" + std::to_string(ds.pid_) + ".txt"); in PrepareToWriteToFile()
3789 : pid_(getpid()), in Dumpstate()