OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:conf_file
(Results
1 - 4
of
4
) sorted by null
/system/core/init/
import_parser.cpp
32
std::string
conf_file
;
local
33
bool ret = expand_props(args[1], &
conf_file
);
38
LOG(INFO) << "Added '" <<
conf_file
<< "' to import list";
40
imports_.emplace_back(std::move(
conf_file
), line);
/external/iproute2/tc/
tc.c
46
static char *
conf_file
;
variable
347
conf_file
= argv[1];
376
if (use_names && cls_names_init(
conf_file
)) {
/external/kmod/libkmod/
libkmod-config.c
723
struct
conf_file
{
struct
734
struct
conf_file
*cf;
870
struct
conf_file
*cf = list->data;
/external/wpa_supplicant_8/src/ap/
hostapd.c
2677
const char *
conf_file
= NULL, *phy_name = NULL;
local
[
all
...]
Completed in 196 milliseconds