Searched refs:tombstoneDir (Results 1 – 1 of 1) sorted by relevance
223 std::string tombstoneDir = instance.PerInstancePath("tombstones"); in LaunchTombstoneReceiverIfEnabled() local224 if (!cuttlefish::DirectoryExists(tombstoneDir.c_str())) { in LaunchTombstoneReceiverIfEnabled()225 LOG(DEBUG) << "Setting up " << tombstoneDir; in LaunchTombstoneReceiverIfEnabled()226 if (mkdir(tombstoneDir.c_str(), S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH) < in LaunchTombstoneReceiverIfEnabled()228 LOG(ERROR) << "Failed to create tombstone directory: " << tombstoneDir in LaunchTombstoneReceiverIfEnabled()245 cmd.AddParameter("-tombstone_dir=", tombstoneDir); in LaunchTombstoneReceiverIfEnabled()