(filePath, atime, mtime)
| 512 | } |
| 513 | |
| 514 | lutimesSync(filePath, atime, mtime) { |
| 515 | const providerPath = this.#toProviderPath(filePath); |
| 516 | this[kProvider].lutimesSync(providerPath, atime, mtime); |
| 517 | } |
| 518 | |
| 519 | /** |
| 520 | * Creates a unique temporary directory synchronously. |
no test coverage detected