Searched refs:LOG_TRACE (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dlog.h14 #define LOG_TRACE(format, ...) macro
22 #define LOG_TRACE(format, ...) \ macro
27 #define LOG_TRACE(format, ...) macro
H A Ddir_node.cc45 LOG_TRACE("Can't read a directory.");
50 LOG_TRACE("Can't truncate a directory.");
59 LOG_TRACE("Can't write to a directory.");
95 LOG_TRACE("Can't add child \"%s\", it already exists.", name);
H A Dgetdents_helper.cc69 LOG_TRACE("dirent pointer is NULL.");
75 LOG_TRACE("dirent buffer size is too small: %d < %d", size, sizeof(dirent));
H A Dfilesystem.cc50 LOG_TRACE("Can't open resource: %s", path.Join().c_str());
H A Dkernel_object.cc55 LOG_TRACE("Can't unmount at %s, nothing is mounted.", path.c_str());
61 LOG_TRACE("Can't unmount at %s, refcount is != 1.", path.c_str());
H A Dhost_resolver.cc242 LOG_TRACE("node and service are NULL.");
255 LOG_TRACE("Service \"%s\" not supported.", service);
271 LOG_TRACE("Unknown family: %d.", hints->ai_family);
H A Dkernel_proxy.cc880 LOG_TRACE("readlink is not implemented.");
897 LOG_TRACE("link is not implemented.");
903 LOG_TRACE("symlink is not implemented.");
1049 LOG_TRACE("Unsupported signal: %d", sig);
1093 LOG_TRACE("sigaction on signal %d != SIG_DFL not supported.", sig);
1107 LOG_TRACE("sigaction on SIGKILL/SIGSTOP not supported.");
1160 LOG_TRACE("Invalid timeout: tv_sec=%d tv_usec=%d.",
H A Dkernel_intercept.cc68 LOG_TRACE("ki_init: %p", kp);
88 LOG_TRACE("ki_init_interface: %p %p", kp, pepper_interface);
114 LOG_TRACE("ki_uninit");
H A Dkernel_wrap_newlib.cc370 LOG_TRACE("kernel_wrap_init");
379 LOG_TRACE("kernel_wrap_uninit");
H A Dkernel_wrap_glibc.cc648 LOG_TRACE("kernel_wrap_init");
657 LOG_TRACE("kernel_wrap_uninit");
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/devfs/
H A Djspipe_node.h48 LOG_TRACE("JSPipeNode: Destroy");
H A Djspipe_node.cc16 #define TRACE(format, ...) LOG_TRACE("jspipe: " format, ##__VA_ARGS__)
17 #define ERROR(format, ...) LOG_TRACE("jspipe: " format, ##__VA_ARGS__)
H A Ddev_fs.cc251 LOG_TRACE("Bad devfs path: %s", path.Join().c_str());
260 LOG_TRACE("Cannot create devfs node: %s", path.Join().c_str());
H A Djspipe_event_emitter.cc14 LOG_TRACE("jspipe[%s]: " format, name_.c_str(), ##__VA_ARGS__)
135 LOG_TRACE("Got NULL interface: Var");
H A Dtty_node.cc94 LOG_TRACE("No output handler registered.");
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/fusefs/
H A Dfuse_fs.cc82 LOG_TRACE("fuse_ops_->create and fuse_ops_->mknod are NULL.");
113 LOG_TRACE("fuse_ops_->truncate is NULL.");
122 LOG_TRACE("fuse_ops_->open is NULL.");
142 LOG_TRACE("fuse_ops_->unlink is NULL.");
155 LOG_TRACE("fuse_ops_->mkdir is NULL.");
168 LOG_TRACE("fuse_ops_->rmdir is NULL.");
201 LOG_TRACE("fuse_ops_->rename is NULL.");
241 LOG_TRACE("fuse_ops_->fgetattr and fuse_ops_->getattr are NULL.");
253 LOG_TRACE("fuse_ops_->utimens is NULL.");
267 LOG_TRACE("fuse_ops
[all...]
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/jsfs/
H A Djs_fs.cc492 LOG_TRACE("ioctl with no \"id\", ignoring.\n");

Completed in 695 milliseconds