HomeSort by relevance Sort by last modified time
    Searched refs:post_cmd (Results 1 - 2 of 2) sorted by null

  /external/linux-tools-perf/src/tools/perf/
builtin-stat.c 100 static const char *post_cmd = NULL; variable
565 if (post_cmd) {
566 ret = system(post_cmd);
    [all...]
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c 685 const char *post_cmd[] = { local
696 post_cmd[1] = pkcs11_module_path;
698 post_cmd[0] = NULL;
703 return tls_engine_load_dynamic_generic(pre_cmd, post_cmd, engine_id);
    [all...]

Completed in 607 milliseconds