Searched refs:isdir (Results 1 – 5 of 5) sorted by relevance
217 if os.path.isdir(arg):228 if os.path.isdir(f) and (f[0:2] == 'F_' or f[0:2] == 'P_'):233 if os.path.isdir(f):
530 const int isdir = S_ISDIR(s.st_mode); in write_tarfile() local531 if (isdir) s.st_size = 0; // directories get no actual data in the tar stream in write_tarfile()578 snprintf(buf + 124, 12, "%011llo", (isdir) ? 0LL : s.st_size); in write_tarfile()585 if (isdir) { in write_tarfile()679 if (!isdir) { in write_tarfile()
68 if not os.path.isdir(directory):
60 if not os.path.isdir(config.sdk_dir):
687 elif os.path.isdir(args[0]):