OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:open_tombstone
(Results
1 - 3
of
3
) sorted by null
/system/core/debuggerd/
tombstone.h
32
int
open_tombstone
(std::string* path);
tombstone.cpp
634
//
open_tombstone
- find an available tombstone slot, if any, of the
637
int
open_tombstone
(std::string* out_path) {
function
debuggerd.cpp
572
tombstone_fd =
open_tombstone
(&tombstone_path);
Completed in 105 milliseconds