Searched refs:isdir (Results 1 – 8 of 8) sorted by relevance
352 if os.path.isdir(arg):364 if os.path.isdir(f) and (f[0:2] == 'F_' or f[0:2] == 'P_'):
180 if os.path.isdir(download_dir):
531 const int isdir = S_ISDIR(s.st_mode); in write_tarfile() local532 if (isdir) s.st_size = 0; // directories get no actual data in the tar stream in write_tarfile()583 snprintf(buf + 124, 12, "%011llo", (isdir) ? 0LL : s.st_size); in write_tarfile()590 if (isdir) { in write_tarfile()684 if (!isdir) { in write_tarfile()
68 if not os.path.isdir(directory):
60 if not os.path.isdir(config.sdk_dir):
254 if (os.path.isdir(current_test_dir) and
716 if os.path.isdir(current_test_dir):
687 elif os.path.isdir(args[0]):