HomeSort by relevance Sort by last modified time
    Searched refs:IsaFile (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
mount_node_html5fs.h 39 virtual bool IsaFile();
mount_node.h 99 virtual bool IsaFile();
mount_node.cc 190 bool MountNode::IsaFile() { return (stat_.st_mode & S_IFREG) != 0; }
mount_node_html5fs.cc 255 bool MountNodeHtml5Fs::IsaFile() {
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
mount_node_mock.h 37 MOCK_METHOD0(IsaFile, bool());
mount_node_test.cc 77 EXPECT_TRUE(file.IsaFile());
207 EXPECT_FALSE(root.IsaFile());
mount_html5fs_test.cc 362 EXPECT_TRUE(node->IsaFile());
380 EXPECT_FALSE(node->IsaFile());

Completed in 207 milliseconds