Lines Matching refs:times
28 Description: Attempts to set the access and modification times of the file
34 Description: Prints access, modification and change times of a file
71 echo "\n-- Checking different times, just after creating the file --\n";
79 echo "\n-- Checking different times, after changing the file permission --\n";
85 echo "\n-- Checking different times, after writing into the file --\n";
93 echo "\n-- Checking different times, after reading from the file --\n";
101 echo "\n-- Checking different times, after creating a softlink to the file --\n";
107 echo "\n-- Checking different times, after creating a hardlink to the file --\n";
113 echo "\n-- Checking different times, after making a copy of the file --\n";
120 echo "\n-- Checking different times, after performing is_file() operation on the file --\n";
196 -- Checking different times, just after creating the file --
201 -- Checking different times, after changing the file permission --
206 -- Checking different times, after writing into the file --
211 -- Checking different times, after reading from the file --
216 -- Checking different times, after creating a softlink to the file --
221 -- Checking different times, after creating a hardlink to the file --
226 -- Checking different times, after making a copy of the file --
231 -- Checking different times, after performing is_file() operation on the file --