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

  /build/make/tools/atree/
files.h 27 bool sourceIsDir;
atree.cpp 230 if (it->sourceIsDir) {
252 if (it->sourceIsDir) {
266 if (it->outMod != 0 && it->sourceIsDir != it->outIsDir) {
285 if (!it->sourceIsDir) {
310 if (!it->sourceIsDir) {
346 if (!it->sourceIsDir) {
files.cpp 337 rec->sourceIsDir = false;
353 rec->sourceIsDir = S_ISDIR(st.st_mode);
406 r.sourceIsDir = isDir;

Completed in 65 milliseconds