OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ki_link
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
link.c
9
return
ki_link
(oldpath, newpath);
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_intercept.h
102
int
ki_link
(const char* oldpath, const char* newpath);
kernel_wrap_newlib.cc
227
ERRNO_RTN(
ki_link
(pathname, newpath));
kernel_intercept.cc
290
int
ki_link
(const char* oldpath, const char* newpath) {
function
Completed in 50 milliseconds