OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsaDir
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
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.cc
188
bool MountNode::
IsaDir
() { return (stat_.st_mode & S_IFDIR) != 0; }
Completed in 830 milliseconds