Searched refs:check_path_absolute (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-sysdeps-util.c111 check_path_absolute (const char *path, function
176 check_path_absolute ("c:/", TRUE);
177 check_path_absolute ("c:/foo", TRUE);
178 check_path_absolute ("", FALSE);
179 check_path_absolute ("foo", FALSE);
180 check_path_absolute ("foo/bar", FALSE);
181 check_path_absolute ("", FALSE);
182 check_path_absolute ("foo\\bar", FALSE);
183 check_path_absolute ("c:\\", TRUE);
184 check_path_absolute ("
[all...]

Completed in 46 milliseconds