- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 1,987 for noatime (0.15 seconds)
-
internal/ioutil/read_file.go
// Because ReadFile reads the whole file, it does not treat an EOF from Read // as an error to be reported. // // passes NOATIME flag for reads on Unix systems to avoid atime updates. func ReadFile(name string) ([]byte, error) { // Don't wrap with un-needed buffer. // Don't use os.ReadFile, since it doesn't pass NO_ATIME when present. f, err := OsOpenFile(name, readMode, 0o666) if err != nil { return nil, err } defer f.Close()
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sat Dec 09 18:17:51 GMT 2023 - 2.3K bytes - Click Count (0) -
cmd/os_unix.go
} if !osIsPermission(err) { return osErrToFileErr(err) } // There may be permission error when dirPath // is at the root of the disk mount that may // not have the permissions to avoid 'noatime' fd, err = openFileWithFD(dirPath, os.O_RDONLY, 0o666) if err != nil { if osErrToFileErr(err) == errFileNotFound { return nil } return osErrToFileErr(err) } }Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 9.3K bytes - Click Count (0) -
docs/debugging/reorder-disks/main.go
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri May 24 23:05:23 GMT 2024 - 5.4K bytes - Click Count (0) -
NOTICE
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 15 23:53:08 GMT 2020 - 2.2K bytes - Click Count (0) -
LICENSES/third_party/forked/libcontainer/NOTICE
Davanum Srinivas <******@****.***> 1729546657 -0400
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Tue Oct 22 13:56:22 GMT 2024 - 518 bytes - Click Count (0) -
okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/NOTICE
Jesse Wilson <******@****.***> 1748383249 -0400
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue May 27 22:00:49 GMT 2025 - 223 bytes - Click Count (0) -
apache-maven/src/main/appended-resources/META-INF/NOTICE.vm
specific language governing permissions and limitations ## under the License. ## This software bundles the following NOTICE files from third party library providers: META-INF/NOTICE in archive lib/guice-5.1.0.jar Google Guice - Core Library Copyright 2006-2022 Google, Inc. This product includes software developed at The Apache Software Foundation (http://www.apache.org/). META-INF/NOTICE in archive lib/plexus-utils-3.2.1.jar This product includes software developed by the Indiana University Extreme!...
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Sat Sep 10 19:27:25 GMT 2022 - 5.5K bytes - Click Count (0) -
LICENSES/third_party/forked/gotestsum/NOTICE
Davanum Srinivas <******@****.***> 1648690041 -0400
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Fri Apr 01 18:49:15 GMT 2022 - 588 bytes - Click Count (0) -
NOTICE
Hervé Boutemy <******@****.***> 1573942717 +0100
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Sat Nov 16 22:18:37 GMT 2019 - 166 bytes - Click Count (0) -
NOTICE
Harshavardhana <******@****.***> 1676745230 +0530
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sat Feb 18 18:33:50 GMT 2023 - 367 bytes - Click Count (0)