HomeSort by relevance Sort by last modified time
    Searched refs:filespec (Results 1 - 15 of 15) sorted by null

  /external/python/cpython2/Mac/Demo/applescript/
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/jcommander/src/test/java/com/beust/jcommander/args/
ArgsLongDescription.java 23 @Parameter(names = "--filespec")
24 public String filespec; field in class:ArgsLongDescription
  /external/ltp/testcases/kernel/io/disktest/
io.c 111 fd_t Open(const char *filespec, const OFF_T flags)
150 fd = CreateFile(filespec,
169 fd = open(filespec, OPEN_MASK, 00600);
main.c 308 * All we are doing is dumping filespec data to STDOUT, so
488 char *filespec = cleanArgs.device; local
498 file = fopen(filespec, "r");
503 filespec);
570 strncpy(cleanArgs.device, "No filespec", strlen("No filespec"));
childmain.c 599 char filespec[DEV_NAME_LEN]; local
635 strncpy(filespec, args->device, DEV_NAME_LEN);
637 fd = Open(filespec, args->flags);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
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/Tools/scripts/
texcheck.py 209 for i, filespec in enumerate(arglist):
210 if '*' in filespec or '?' in filespec:
211 arglist[i:i+1] = glob.glob(filespec)
  /development/gsi/gsi_util/gsi_util/mounters/
image_mounter.py 50 filespec = os.path.join('/', filename_in_storage)
56 if not debugfs.dump(self._raw_image_file, filespec, out_file):
  /external/e2fsprogs/lib/support/
profile.c 92 char *filespec; member in struct:_prf_file_t
132 * Check if a filespec is last in a list (NULL on UNIX, invalid FSSpec on MacOS
405 if (strcmp(prf->filespec, default_filename) == 0)
442 (syntax_err_cb)(prf->filespec, retval,
463 errcode_t profile_open_file(const char * filespec,
478 len = strlen(filespec)+1;
479 if (filespec[0] == '~' && filespec[1] == '/') {
510 strcat(expanded_filename, filespec+1);
512 memcpy(expanded_filename, filespec, len)
    [all...]
  /build/soong/cmd/zip2zip/
zip2zip.go 46 flag.Var(&excludes, "x", "exclude a filespec from the output")
51 fmt.Fprintln(os.Stderr, "usage: zip2zip -i zipfile -o zipfile [-s|-j] [-t] [filespec]...")
53 fmt.Fprintln(os.Stderr, " filespec:")
61 fmt.Fprintln(os.Stderr, "the output zipfile, in the order of filespec arguments.")
  /toolchain/binutils/binutils-2.27/gas/config/
te-vms.c 72 /* Callback function for filespec style conversion. */
82 /* Wrapper for DECC function that converts a Unix filespec
83 to VMS style filespec. */
86 to_vms_file_spec (char *filespec)
89 decc$to_vms (filespec, translate_unix, 1, 1);
187 /* Validate filespec syntax and device existence. */
197 /* Find matching filespec. */
  /external/curl/packages/vms/
build_vms.com     [all...]
  /external/pdfium/core/fpdfdoc/
cpdf_interform.cpp 1133 pNewDict->SetNewFor<CPDF_Name>("Type", "Filespec");
1134 CPDF_FileSpec filespec(pNewDict.get());
1135 filespec.SetFileName(pdf_path);
    [all...]
  /toolchain/binutils/binutils-2.27/ld/
ldlang.c     [all...]
  /external/tensorflow/tensorflow/python/training/
saver.py     [all...]

Completed in 499 milliseconds