OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsaDir
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
mount_mem.cc
57
if (!node->
IsaDir
())
67
if ((type & S_IFDIR) && !node->
IsaDir
())
71
if ((type & S_IFREG) && node->
IsaDir
())
126
if (node->
IsaDir
() && (open_flags & 3) != O_RDONLY)
213
if (target_node->
IsaDir
()) {
219
if (src_node->
IsaDir
()) {
228
if (src_node->
IsaDir
())
282
if (dir_only && !child->
IsaDir
())
285
if (file_only && child->
IsaDir
())
mount_node_html5fs.cc
76
if (
IsaDir
())
93
if (!
IsaDir
())
180
if (
IsaDir
())
197
if (
IsaDir
())
213
if (
IsaDir
())
236
if (
IsaDir
())
251
bool MountNodeHtml5Fs::
IsaDir
() {
mount_node_html5fs.h
38
virtual bool
IsaDir
();
mount_node.h
98
virtual bool
IsaDir
();
mount_http.cc
107
if (iter->second->
IsaDir
())
116
if (iter->second->
IsaDir
())
127
if (!iter->second->
IsaDir
())
mount_node.cc
188
bool MountNode::
IsaDir
() { return (stat_.st_mode & S_IFDIR) != 0; }
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
mount_node_mock.h
36
MOCK_METHOD0(
IsaDir
, bool());
mount_node_test.cc
76
EXPECT_FALSE(file.
IsaDir
());
206
EXPECT_TRUE(root.
IsaDir
());
mount_html5fs_test.cc
361
EXPECT_FALSE(node->
IsaDir
());
379
EXPECT_TRUE(node->
IsaDir
());
Completed in 68 milliseconds