Searched refs:sBlkidContext (Results 1 - 3 of 3) sorted by relevance

/system/vold/
H A Dmain.cpp161 case 'b': android::vold::sBlkidContext = optarg; break; member in class:android::vold
168 CHECK(android::vold::sBlkidContext != nullptr);
H A DUtils.h41 extern security_context_t sBlkidContext;
H A DUtils.cpp50 security_context_t sBlkidContext = nullptr; member in namespace:android::vold
204 status_t res = ForkExecvp(cmd, output, untrusted ? sBlkidUntrustedContext : sBlkidContext);

Completed in 1213 milliseconds