Lines Matching refs:c_str
844 isopenat ? "at" : "", abs_path.c_str());
888 sim_fd = open(redir_path.c_str(), host_flags, mode);
895 used_path.c_str(), path.c_str());
911 sim_fd, tgt_fd, used_path.c_str(), path.c_str());
1003 int result = rename(old_name.c_str(), new_name.c_str());
1051 int result = chmod(path.c_str(), hostMode);
1255 int result = stat(path.c_str(), &hostBuf);
1285 int result = stat(path.c_str(), &hostBuf);
1288 int result = stat64(path.c_str(), &hostBuf);
1322 int result = stat(path.c_str(), &hostBuf);
1325 int result = stat64(path.c_str(), &hostBuf);
1388 int result = lstat(path.c_str(), &hostBuf);
1418 int result = lstat(path.c_str(), &hostBuf);
1421 int result = lstat64(path.c_str(), &hostBuf);
1480 int result = statfs(path.c_str(), &hostBuf);
2122 int result = utimes(path.c_str(), hostTimeval);
2143 if (access(path.c_str(), F_OK) == -1)