OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dir_fd
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/webkit/browser/database/
vfs_backend.cc
131
base::PlatformFile
dir_fd
= base::CreatePlatformFile(
local
133
if (
dir_fd
== base::kInvalidPlatformFileValue) {
136
if (fsync(
dir_fd
))
138
base::ClosePlatformFile(
dir_fd
);
/libcore/luni/src/main/native/
java_lang_ProcessManager.cpp
55
int
dir_fd
= dirfd(d);
local
61
if (fd > STDERR_FILENO && fd !=
dir_fd
&& fd != status_pipe_fd && fd != properties_fd) {
/system/core/init/
property_service.c
483
int
dir_fd
;
local
490
dir_fd
= dirfd(dir);
499
fd = openat(
dir_fd
, entry->d_name, O_RDONLY | O_NOFOLLOW);
/external/chromium_org/base/process/
launch_posix.cc
238
const int
dir_fd
= fd_dir.fd();
local
259
if (fd ==
dir_fd
)
/external/chromium/base/
process_util_posix.cc
346
const int
dir_fd
= fd_dir.fd();
local
367
if (fd ==
dir_fd
)
[
all
...]
Completed in 2755 milliseconds