OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_root
(Results
1 - 6
of
6
) sorted by null
/external/bluetooth/glib/gio/
gmount.h
47
* @
get_root
: Gets a #GFile to the root directory of the #GMount.
80
GFile * (*
get_root
) (GMount *mount);
member in struct:_GMountIface
gwin32mount.c
337
iface->
get_root
= g_win32_mount_get_root;
gmount.c
168
return (* iface->
get_root
) (mount);
gunixmount.c
455
iface->
get_root
= g_unix_mount_get_root;
/external/opencv/ml/include/
ml.h
858
const CvDTreeNode*
get_root
() const;
[
all
...]
/external/opencv/ml/src/
mltree.cpp
1248
const CvDTreeNode* CvDTree::
get_root
() const
function in class:CvDTree
[
all
...]
Completed in 375 milliseconds