OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:link_num
(Results
1 - 2
of
2
) sorted by null
/system/core/init/
devices.cpp
425
int
link_num
= 0;
local
457
if (asprintf(&links[
link_num
], "/dev/usb/%s%.*s", uevent->subsystem, width, parent) > 0)
458
link_num
++;
460
links[
link_num
] = NULL;
481
int
link_num
= 0;
local
509
if (asprintf(&links[
link_num
], "%s/by-name/%s", link_path, p) > 0)
510
link_num
++;
512
links[
link_num
] = NULL;
517
if (asprintf(&links[
link_num
], "%s/by-num/p%d", link_path, uevent->partition_num) > 0)
518
link_num
++
[
all
...]
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Featherstone/
btMultiBody.h
147
int getParent(int
link_num
) const;
Completed in 51 milliseconds