Searched defs:filespec (Results 1 - 7 of 7) sorted by relevance

/external/jcommander/src/test/java/com/beust/jcommander/args/
H A DArgsLongDescription.java23 @Parameter(names = "--filespec")
24 public String filespec; field in class:ArgsLongDescription
/external/lldb/source/Core/
H A DDataBufferMemoryMap.cpp106 DataBufferMemoryMap::MemoryMapFromFileSpec (const FileSpec* filespec, argument
111 if (filespec != NULL)
117 filespec->GetPath().c_str(),
123 if (filespec->GetPath(path, sizeof(path)))
/external/lldb/source/API/
H A DSBDeclaration.cpp118 SBDeclaration::SetFileSpec (lldb::SBFileSpec filespec) argument
120 if (filespec.IsValid())
121 ref().SetFile(filespec.ref());
H A DSBLineEntry.cpp162 SBLineEntry::SetFileSpec (lldb::SBFileSpec filespec) argument
164 if (filespec.IsValid())
165 ref().file = filespec.ref();
/external/dbus/dbus/
H A Ddbus-sysdeps-util-win.c494 char *filespec; local
498 filespec = malloc(strlen(dir) + 2 + 1);
499 strcpy(filespec, dir);
500 index = strlen(filespec) - 1;
501 if (index >= 0 && (filespec[index] == '/' || filespec[index] == '\\'))
502 filespec[index] = '\0';
503 strcat(filespec, "\\*");
510 handle = FindFirstFileA(filespec, &(dp->fileinfo));
520 free(filespec);
[all...]
/external/e2fsprogs/e2fsck/
H A Dprofile.c90 char *filespec; member in struct:_prf_file_t
130 * Check if a filespec is last in a list (NULL on UNIX, invalid FSSpec on MacOS
402 if (strcmp(prf->filespec, default_filename) == 0)
439 (syntax_err_cb)(prf->filespec, retval,
460 errcode_t profile_open_file(const char * filespec, argument
475 len = strlen(filespec)+1;
476 if (filespec[0] == '~' && filespec[1] == '/') {
507 strcat(expanded_filename, filespec+1);
509 memcpy(expanded_filename, filespec, le
[all...]
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_form.cpp1059 CPDF_FileSpec filespec; local
1060 filespec.SetFileName(pdf_path);
1061 pMainDict->SetAt("F", static_cast<CPDF_Object*>(filespec));

Completed in 121 milliseconds