Searched refs:createdFile (Results 1 – 1 of 1) sorted by relevance
434 auto createdFile = open(realPath.data(), O_CREAT | O_EXCL | O_RDWR, S_IRUSR | S_IWUSR); in FileOpen() local435 close(createdFile); // will be opened and written into later in FileOpen()