Searched refs:isdir (Results 1 – 4 of 4) sorted by relevance
203 if os.path.isdir(arg):214 if os.path.isdir(f) and (f[0:2] == 'F_' or f[0:2] == 'P_'):218 if os.path.isdir(f):
535 const int isdir = S_ISDIR(s.st_mode); in write_tarfile() local536 if (isdir) s.st_size = 0; // directories get no actual data in the tar stream in write_tarfile()579 snprintf(buf + 124, 12, "%011llo", (isdir) ? 0LL : s.st_size); in write_tarfile()586 if (isdir) { in write_tarfile()681 if (!isdir) { in write_tarfile()
60 if not os.path.isdir(config.sdk_dir):
687 elif os.path.isdir(args[0]):