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

  /build/tools/atree/
files.h 35 time_t outMod;
atree.cpp 246 if (it->outMod != 0 && it->sourceIsDir != it->outIsDir) {
297 it->outPath.c_str(), it->outMod);
299 if (it->outSize != it->sourceSize || it->outMod < it->sourceMod) {
files.cpp 372 rec->outMod = st.st_mtime;
376 rec->outMod = 0;

Completed in 38 milliseconds