/external/bluetooth/bluez/serial/ |
proxy.c | 92 char *path; /* Proxy path */ member in struct:serial_proxy 136 g_free(prx->path); 816 char path[MAX_PATH_LENGTH + 1]; local 818 snprintf(path, MAX_PATH_LENGTH, "%s/proxy%d", 821 if (!g_dbus_register_interface(adapter->conn, path, 825 error("D-Bus failed to register %s path", path); 829 prx->path = g_strdup(path); 972 const char *path = p; local 1022 char *path = g_strdup(proxy->path); local 1122 const char *path, *sender; local 1153 char *path = g_strdup(prx->path); local 1269 const char *path; local [all...] |
/external/bluetooth/bluez/src/ |
dbus-common.c | 127 /* Unregister all paths in Adapter path hierarchy */ 132 char path[MAX_PATH_LENGTH]; local 138 snprintf(path, sizeof(path), "/%s", children[i]); 140 adapter = manager_find_adapter_by_path(path); 267 const char *path, 275 signal = dbus_message_new_signal(path, interface, "PropertyChanged"); 293 const char *path, 301 signal = dbus_message_new_signal(path, interface, "PropertyChanged");
|
/external/bluetooth/glib/gio/fam/ |
fam-helper.c | 104 gchar* path = NULL; local 112 path = g_strdup (ev.filename); 114 path = g_strdup_printf ("%s/%s", sub->pathname, ev.filename); 116 child = g_file_new_for_path (path); 119 g_free (path); 128 gchar* path = NULL; local 132 path = g_strdup (ev.filename); 133 child = g_file_new_for_path (path); 135 g_free (path);
|
/external/clearsilver/imd/ |
README | 8 Action imd-handler /url/path/to/imd.cgi
|
example.imd | 5 # Full Path to the CS template file used for display
|
/external/clearsilver/man/man3/ |
cgi_redirect.3 | 32 your site. This version takes only the path portion of
|
cgi_redirect_uri.3 | 33 protocol/domain/port/path.
|
cgi_vredirect.3 | 27 uri - whether the URL is full (1) or path only (0)
|
fCreate.3 | 27 file - path of file to use as lock.
|
/external/clearsilver/util/ |
osdep.h | 30 int mkstemp(char *path);
|
/external/dbus/test/data/equiv-config-files/entities/ |
entities-1.conf | 6 <listen>unix:path=/foo/<bar></listen>
|
/external/dbus/test/data/invalid-messages/ |
array-with-mixed-types.message | 12 HEADER_FIELD PATH
|
/external/dbus/test/data/valid-config-files/ |
entities.conf | 6 <listen>unix:path=/foo/<bar></listen>
|
/external/elfutils/m4/ |
progtest.m4 | 21 # Search path for a program which passes the given test. 24 dnl TEST-PERFORMED-ON-FOUND_PROGRAM [, VALUE-IF-NOT-FOUND [, PATH]]) 32 ac_cv_path_$1="[$]$1" # Let the user override the test with a path. 36 for ac_dir in ifelse([$5], , $PATH, [$5]); do
|
/external/expat/tests/benchmark/ |
README.txt | 8 <file name> ... name/path of test xml file
|
/external/icu4c/samples/break/ |
Makefile | 7 # the path
|
readme.txt | 22 2. Add ICU's bin directory to the path, e.g. 23 set PATH=c:\icu\bin;%PATH% 24 (Use the path to where ever ICU is on your system.)
|
/external/icu4c/samples/cal/ |
readme.txt | 24 2. Add ICU's bin directory to the path, e.g. 25 set PATH=c:\icu\bin;%PATH% 26 (Use the path to where ever ICU is on your system.)
|
/external/icu4c/samples/case/ |
Makefile | 7 # the path
|
readme.txt | 23 2. Add ICU's bin directory to the path, e.g. 24 set PATH=c:\icu\bin;%PATH% 25 (Use the path to where ever ICU is on your system.)
|
/external/icu4c/samples/citer/ |
Makefile | 7 # the path
|
/external/icu4c/samples/coll/ |
Makefile | 7 # the path
|
readme.txt | 21 2. Add ICU's bin directory to the path, e.g. 22 set PATH=c:\icu\bin;%PATH% 23 (Use the path to where ever ICU is on your system.)
|
/external/icu4c/samples/csdet/ |
Makefile | 7 # the path
|
/external/icu4c/samples/date/ |
readme.txt | 24 2. Add ICU's bin directory to the path, e.g. 25 set PATH=c:\icu\bin;%PATH% 26 (Use the path to where ever ICU is on your system.)
|