OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:modemLogPermCmd
(Results
1 - 2
of
2
) sorted by null
/device/google/marlin/dumpstate/
DumpstateDevice.cpp
84
std::string
modemLogPermCmd
= "/vendor/bin/chmod a+rw " + modemLogCombined;
85
RunCommandToFd(fd, "CHG PERM", { "/vendor/bin/sh", "-c",
modemLogPermCmd
.c_str()}, options);
/device/google/wahoo/dumpstate/
DumpstateDevice.cpp
182
std::string
modemLogPermCmd
= "/vendor/bin/chmod a+rw " + modemLogCombined;
183
RunCommandToFd(fd, "CHG PERM", { "/vendor/bin/sh", "-c",
modemLogPermCmd
.c_str()}, options);
Completed in 55 milliseconds