OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddDirent
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
getdents_helper.h
22
void
AddDirent
(ino_t ino, const char* name, size_t namelen);
getdents_helper.cc
37
AddDirent
(curdir_ino_, ".", 1);
38
AddDirent
(parentdir_ino_, "..", 2);
42
void GetDentsHelper::
AddDirent
(ino_t ino, const char* name, size_t namelen) {
mount_node_dir.cc
124
cache_.
AddDirent
(ino, name.c_str(), name.length());
mount_fuse.cc
448
fill_info->getdents->
AddDirent
(ino, name, strlen(name));
453
fill_info->getdents->
AddDirent
(ino, name, strlen(name));
mount_node_html5fs.cc
130
helper.
AddDirent
(1, file_name, file_name_length);
Completed in 61 milliseconds