OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:realpath_not_final
(Results
1 - 5
of
5
) sorted by null
/external/selinux/libselinux/src/
matchpathcon.c
349
int
realpath_not_final
(const char *name, char *resolved_path)
function
417
if (!
realpath_not_final
(path, stackpath))
/external/selinux/libselinux/include/selinux/
selinux.h
452
extern int
realpath_not_final
(const char *name, char *resolved_path);
/external/selinux/policycoreutils/setfiles/
restore.c
423
rc =
realpath_not_final
(name, path);
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/
__init__.py
2196
def
realpath_not_final
(*args):
function
2198
realpath_not_final
= _selinux.
realpath_not_final
variable
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/selinux/
__init__.py
2196
def
realpath_not_final
(*args):
function
2198
realpath_not_final
= _selinux.
realpath_not_final
variable
[
all
...]
Completed in 588 milliseconds