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

  /build/tools/atree/
files.h 27 bool sourceIsDir;
atree.cpp 210 if (it->sourceIsDir) {
232 if (it->sourceIsDir) {
246 if (it->outMod != 0 && it->sourceIsDir != it->outIsDir) {
265 if (!it->sourceIsDir) {
290 if (!it->sourceIsDir) {
326 if (!it->sourceIsDir) {
files.cpp 337 rec->sourceIsDir = false;
353 rec->sourceIsDir = S_ISDIR(st.st_mode);
406 r.sourceIsDir = isDir;

Completed in 44 milliseconds