Searched refs:can_write (Results 1 – 6 of 6) sorted by relevance
479 int can_write = try_open(ufile->path, O_WRONLY) == 0; in create_check_hlinks() local481 int tst_flag = (can_write || usr == owner || in create_check_hlinks()495 can_write); in create_check_hlinks()
84 if (!llvm::sys::fs::can_write(File) || !llvm::sys::fs::is_regular_file(File)) in CleanupFile()
415 inline bool can_write(const Twine &Path) { in can_write() function
426 inline bool can_write(const Twine &Path) { in can_write() function
459 inline bool can_write(const Twine &Path) { in can_write() function
651 if (!llvm::sys::fs::can_write(OutputPath)) { in createOutputFile()