OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:post_cmd
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/btif/src/
btif_config.c
340
int
post_cmd
= 0;
local
345
post_cmd
= 1;
347
bdld("
post_cmd
set to 1, save_cmds_queued:%d", save_cmds_queued);
353
if (
post_cmd
)
/external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-stat.c
100
static const char *
post_cmd
= NULL;
variable
573
if (
post_cmd
) {
574
ret = system(
post_cmd
);
[
all
...]
/external/wpa_supplicant_8/src/crypto/
tls_openssl.c
686
const char *
post_cmd
[] = {
local
696
post_cmd
[1] = pkcs11_module_path;
701
return tls_engine_load_dynamic_generic(pre_cmd,
post_cmd
, engine_id);
[
all
...]
Completed in 92 milliseconds