Searched refs:pid_ (Results 1 – 4 of 4) sorted by relevance
/frameworks/libs/binary_translation/tests/ndk_program_tests/ |
D | ptrace_test.cc | 29 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/ |
D | DumpstateService.cpp | 258 dprintf(fd, "pid: %d\n", ds_->pid_); in dump()
|
D | dumpstate.h | 470 pid_t pid_; variable
|
D | dumpstate.cpp | 834 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()
|