Home
last modified time | relevance | path

Searched refs:filespec (Results 1 – 12 of 12) sorted by relevance

/external/python/cpython2/Tools/scripts/
Dtexcheck.py209 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/
Dmakedisk.py7 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/
Dio.c111 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()
Dmain.c488 char *filespec = cleanArgs.device; in run() local
498 file = fopen(filespec, "r"); in run()
503 filespec); in run()
DCHANGELOG53 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
Dchildmain.c599 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/
Dprofile.c92 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/
DArgsLongDescription.java24 public String filespec; field in ArgsLongDescription
/external/tensorflow/tensorflow/python/training/
Dcheckpoint_management.py450 def _delete_file_if_exists(filespec): argument
452 for pathname in file_io.get_matching_files(filespec):
/external/libxml2/vms/
Dreadme.vms26 $ set file <filespec> /attr=rfm=stm
/external/pdfium/core/fpdfdoc/
Dcpdf_interform.cpp1134 CPDF_FileSpec filespec(pNewDict.get()); in ExportToFDF() local
1135 filespec.SetFileName(pdf_path); in ExportToFDF()
/external/curl/packages/vms/
Dbuild_vms.com1020 $! is an invalid filespec.