OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:raw_filecon
(Results
1 - 1
of
1
) sorted by null
/system/core/init/
service.cpp
65
char*
raw_filecon
= nullptr;
local
73
if (getfilecon(service_path.c_str(), &
raw_filecon
) == -1) {
77
std::unique_ptr<char> filecon(
raw_filecon
);
[
all
...]
Completed in 130 milliseconds