OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rootpathlen
(Results
1 - 3
of
3
) sorted by null
/external/kmod/testsuite/
path.c
38
static size_t
rootpathlen
;
variable
55
if (len +
rootpathlen
> PATH_MAX * 2) {
60
memcpy(buf, rootpath,
rootpathlen
);
61
strcpy(buf +
rootpathlen
, path);
77
rootpathlen
= strlen(rootpath);
/external/selinux/libselinux/src/
selinux_restorecon.c
50
static int
rootpathlen
;
variable
599
if (strncmp(rootpath, lookup_path,
rootpathlen
) != 0) {
605
lookup_path +=
rootpathlen
;
1121
rootpathlen
= len;
/external/clang/lib/Basic/
VirtualFileSystem.cpp
[
all
...]
Completed in 445 milliseconds