Lines Matching refs:through
294 # 1. Get object file status through symbolic link file
295 # 2. Receive ENOENT error when accessing non-existent object file through symbolic link file
307 # 1. Receive EEXIST error when creating a directory through a symbolic link file
311 # 1. Receive ENOTDIR error when removing an existing directory through a symbolic link file
315 # 1. Change current working directory through a symbolic link file
316 # 2. Receive ENOENT error when accessing non-existent directory through symbolic link file
321 # 1. Link an object file to a new file through symbolic link file
322 # 2. Receive ENOENT error when accessing non-existent object file through symbolic link file
331 # 1. Change file permissions of object file through a symbolic link file
332 # 2. Receive ENOENT error when accessing non-existent directory through symbolic link file
337 # 1. Change inode times of object file through a symbolic link file
338 # 2. Receive ENOENT error when accessing non-existent directory through symbolic link file
349 # 1. Create an object file through a symbolic link file
350 # 2. Open an object file through a symbolic link file
351 # 3. Receive EEXIST error when exclusively creating an object file through a symbolic link file
352 # 4. Receive ENOENT error when accessing non-existent object file through symbolic link file