Lines Matching refs:through
277 # 1. Get object file status through symbolic link file
278 # 2. Receive ENOENT error when accessing non-existent object file through symbolic link file
290 # 1. Receive EEXIST error when creating a directory through a symbolic link file
294 # 1. Receive ENOTDIR error when removing an existing directory through a symbolic link file
298 # 1. Change current working directory through a symbolic link file
299 # 2. Receive ENOENT error when accessing non-existent directory through symbolic link file
304 # 1. Link an object file to a new file through symbolic link file
305 # 2. Receive ENOENT error when accessing non-existent object file through symbolic link file
314 # 1. Change file permissions of object file through a symbolic link file
315 # 2. Receive ENOENT error when accessing non-existent directory through symbolic link file
320 # 1. Change inode times of object file through a symbolic link file
321 # 2. Receive ENOENT error when accessing non-existent directory through symbolic link file
332 # 1. Create an object file through a symbolic link file
333 # 2. Open an object file through a symbolic link file
334 # 3. Receive EEXIST error when exclusively creating an object file through a symbolic link file
335 # 4. Receive ENOENT error when accessing non-existent object file through symbolic link file