Home | History | Annotate | Download | only in test

Lines Matching full:c_str

62   char *buffer = const_cast<char *>(tmp_dir_.c_str());
72 creat(lock_path_.c_str(), S_IRWXU);
73 creat(unlock_path_.c_str(), S_IRWXU);
75 wakelock_set_paths(lock_path_.c_str(), unlock_path_.c_str());
83 unlink(lock_path_.c_str());
84 unlink(unlock_path_.c_str());
85 rmdir(tmp_dir_.c_str());
95 int lock_fd = open(lock_path_.c_str(), O_RDONLY);
98 int unlock_fd = open(unlock_path_.c_str(), O_RDONLY);