OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getfdpath
(Results
1 - 4
of
4
) sorted by null
/external/libbrillo/brillo/
process_unittest.cc
123
FilePath
GetFdPath
(int fd);
193
FilePath ProcessTest::
GetFdPath
(int fd) {
210
EXPECT_TRUE(base::ReadFileToString(
GetFdPath
(pipe_fd), &contents));
238
EXPECT_TRUE(base::ReadFileToString(
GetFdPath
(pipe_fd), &contents));
252
EXPECT_TRUE(base::WriteFile(
GetFdPath
(write_fd), kMessage, strlen(kMessage)));
367
process_.AddArg(
GetFdPath
(pipe.reader).value());
368
process_.AddArg(
GetFdPath
(pipe.writer).value());
376
process_.AddArg(
GetFdPath
(pipe.reader).value());
377
process_.AddArg(
GetFdPath
(pipe.writer).value());
/external/strace/
pathtrace.c
73
int n =
getfdpath
(tcp, fd, path, sizeof(path));
100
getfdpath
(struct tcb *tcp, int fd, char *buf, unsigned bufsize)
function
util.c
450
if (
getfdpath
(tcp, fd, path, sizeof(path)) >= 0) {
467
if (show_fd_path &&
getfdpath
(tcp, fd, path, sizeof(path)) >= 0) {
[
all
...]
defs.h
502
extern int
getfdpath
(struct tcb *, int, char *, unsigned);
[
all
...]
Completed in 1273 milliseconds