Home
last modified time | relevance | path

Searched refs:shims (Results 1 – 15 of 15) sorted by relevance

/system/connectivity/shill/
Dshill.gyp40 'SHIMDIR="<(libdir)/shill/shims"',
157 'proto_in_dir': 'shims/protos',
158 'proto_out_dir': 'include/shill/shims/protos',
176 'shims/crypto_util.cc',
586 'shims/crypto_util.cc',
599 'shims/netfilter_queue_helper.cc',
600 'shims/netfilter_queue_processor.cc',
612 'shims/environment.cc',
613 'shims/openvpn_script.cc',
614 'shims/task_proxy.cc',
[all …]
/system/connectivity/shill/shims/
Dopenvpn_script.cc30 using shill::shims::Environment;
54 shill::shims::TaskProxy proxy(bus, path, service); in main()
Denvironment.h27 namespace shims {
Dtask_proxy.h29 namespace shims {
Dppp.h33 namespace shims {
Dc_ppp.cc25 using shill::shims::PPP;
Denvironment.cc27 namespace shims { namespace
Dtask_proxy.cc26 namespace shims { namespace
Denvironment_unittest.cc27 namespace shims { namespace
Dnetfilter_queue_helper.cc126 shill::shims::NetfilterQueueProcessor processor(input_queue, output_queue); in main()
Dnetfilter_queue_processor.h36 namespace shims {
Dppp.cc59 namespace shims { namespace
Dnetfilter_queue_processor_unittest.cc31 namespace shims { namespace
Dnetfilter_queue_processor.cc42 namespace shims { namespace
/system/connectivity/shill/bin/
Dset_apn43 SET_APN_HELPER=$(ls /usr/lib*/shill/shims/set-apn-helper | head -1)