Lines Matching refs:fs
33 if (sys::fs::exists(LockFileName, Exists) || !Exists)
47 sys::fs::remove(LockFileName, Existed);
81 = sys::fs::unique_file(UniqueLockFileName.str(),
110 sys::fs::remove(UniqueLockFileName.c_str(), Existed);
117 = sys::fs::create_hard_link(UniqueLockFileName.str(),
136 sys::fs::remove(UniqueLockFileName.str(), Existed);
142 sys::fs::remove(LockFileName.str(), Existed);
162 sys::fs::remove(LockFileName.str(), Existed);
163 sys::fs::remove(UniqueLockFileName.str(), Existed);
191 if (!sys::fs::exists(LockFileName.str(), Exists) && !Exists)