Searched refs:filespec (Results 1 – 12 of 12) sorted by relevance
/external/python/cpython2/Tools/scripts/ |
D | texcheck.py | 209 for i, filespec in enumerate(arglist): 210 if '*' in filespec or '?' in filespec: 211 arglist[i:i+1] = glob.glob(filespec)
|
/external/python/cpython2/Mac/Demo/applescript/ |
D | makedisk.py | 7 filespec = macfs.FSSpec('my disk image.img') variable 9 objref = talker.create('my disk image', saving_as=filespec, leave_image_mounted=1)
|
/external/ltp/testcases/kernel/io/disktest/ |
D | io.c | 111 fd_t Open(const char *filespec, const OFF_T flags) in Open() argument 150 fd = CreateFile(filespec, in Open() 169 fd = open(filespec, OPEN_MASK, 00600); in Open()
|
D | main.c | 488 char *filespec = cleanArgs.device; in run() local 498 file = fopen(filespec, "r"); in run() 503 filespec); in run()
|
D | CHANGELOG | 53 Disktest now uses stat(2) to check the filespec type, removed depricated 59 the filespec was a filesystem file only. 145 from the filespec and compare it with misscompare data. The count is now 288 Can now leave off filespec the full path header as it will be added based
|
D | childmain.c | 599 char filespec[DEV_NAME_LEN]; in ChildMain() local 635 strncpy(filespec, args->device, DEV_NAME_LEN); in ChildMain() 637 fd = Open(filespec, args->flags); in ChildMain()
|
/external/e2fsprogs/lib/support/ |
D | profile.c | 92 char *filespec; member 405 if (strcmp(prf->filespec, default_filename) == 0) in profile_set_default() 442 (syntax_err_cb)(prf->filespec, retval, in profile_set_default() 463 errcode_t profile_open_file(const char * filespec, in profile_open_file() argument 478 len = strlen(filespec)+1; in profile_open_file() 479 if (filespec[0] == '~' && filespec[1] == '/') { in profile_open_file() 510 strcat(expanded_filename, filespec+1); in profile_open_file() 512 memcpy(expanded_filename, filespec, len); in profile_open_file() 514 prf->filespec = expanded_filename; in profile_open_file() 516 if (strcmp(prf->filespec, default_filename) != 0) { in profile_open_file() [all …]
|
/external/jcommander/src/test/java/com/beust/jcommander/args/ |
D | ArgsLongDescription.java | 24 public String filespec; field in ArgsLongDescription
|
/external/tensorflow/tensorflow/python/training/ |
D | checkpoint_management.py | 450 def _delete_file_if_exists(filespec): argument 452 for pathname in file_io.get_matching_files(filespec):
|
/external/libxml2/vms/ |
D | readme.vms | 26 $ set file <filespec> /attr=rfm=stm
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_interform.cpp | 1134 CPDF_FileSpec filespec(pNewDict.get()); in ExportToFDF() local 1135 filespec.SetFileName(pdf_path); in ExportToFDF()
|
/external/curl/packages/vms/ |
D | build_vms.com | 1020 $! is an invalid filespec.
|