HomeSort by relevance Sort by last modified time
    Searched refs:access_time (Results 1 - 3 of 3) sorted by null

  /external/e2fsprogs/lib/ext2fs/
unix_io.c 75 int access_time; member in struct:unix_cache
89 int access_time; member in struct:unix_private_data
310 data->access_time = 0;
313 cache->access_time = 0;
336 data->access_time = 0;
339 cache->access_time = 0;
370 cache->access_time = ++data->access_time;
374 (cache->access_time < oldest_cache->access_time))
    [all...]
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
html5_fs_test.cc 364 const int access_time = 2000; local
373 fake_node->set_last_access_time(access_time);
380 fake_node->set_last_access_time(access_time);
395 EXPECT_EQ(access_time, statbuf.st_atime);
414 EXPECT_EQ(access_time, statbuf.st_atime);
  /external/chromium_org/base/
file_util_unittest.cc 2105 Time access_time; local
    [all...]

Completed in 56 milliseconds