OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stemid
(Results
1 - 5
of
5
) sorted by null
/external/selinux/libselinux/src/
label_file.h
248
* return the
stemid
given a string and a length
293
int
stemid
;
local
299
stemid
= find_stem(data, buf, stem_len);
300
if (
stemid
>= 0)
301
return
stemid
;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1ObjectIdentifier.java
238
String id = getId(),
stemId
= stem.getId();
239
return id.length() >
stemId
.length() && id.charAt(
stemId
.length()) == '.' && id.startsWith(
stemId
);
/external/libselinux/src/
label_file.h
251
* return the
stemid
given a string and a length
296
int
stemid
;
local
302
stemid
= find_stem(data, buf, stem_len);
303
if (
stemid
>= 0)
304
return
stemid
;
/external/libselinux/utils/
sefcontext_compile.c
69
* s32 -
stemid
associated with the regex
/external/selinux/libselinux/utils/
sefcontext_compile.c
87
* s32 -
stemid
associated with the regex
Completed in 961 milliseconds