Lines Matching refs:times
47 echo "\n-- Checking different times, just after creating the file --\n";
55 echo "\n-- Checking different times, after changing the file permission --\n";
61 echo "\n-- Checking different times, after writing into the file --\n";
69 echo "\n-- Checking different times, after reading from the file --\n";
77 echo "\n-- Checking same times, after creating a softlink to the file --\n";
83 echo "\n-- Checking different times, after creating a hardlink to the file --\n";
89 echo "\n-- Checking same times, after making a copy of the file --\n";
96 echo "\n-- Checking different times, after performing is_file() operation on the file --\n";
158 -- Checking different times, just after creating the file --
163 -- Checking different times, after changing the file permission --
168 -- Checking different times, after writing into the file --
173 -- Checking different times, after reading from the file --
178 -- Checking same times, after creating a softlink to the file --
183 -- Checking different times, after creating a hardlink to the file --
188 -- Checking same times, after making a copy of the file --
193 -- Checking different times, after performing is_file() operation on the file --