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

  /external/e2fsprogs/debugfs/
debugfs.8.in 125 .I filespec
130 .I filespec
153 .I bmap filespec logical_block
157 .IR filespec .
159 .I cat filespec
161 .I filespec
164 .I cd filespec
166 .IR filespec .
168 .I chroot filespec
170 .IR filespec
    [all...]
logdump.c 268 fprintf(stderr, "%s: Usage: logdump [-acs] [-b<block>] [-i<filespec>]\n\t"
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
runrc.cmd 48 subdir = filespec('path', dir)
51 call runit name path filespec('drive', dir) || subdir
  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapeDeprecatedFunctions.c 30 OSErr WebGetDiskFragment(const FSSpec *fileSpec, UInt32 offset, UInt32 length, ConstStr63Param fragName, CFragLoadOptions options, CFragConnectionID *connID, Ptr *mainAddr, Str255 errMessage)
32 return GetDiskFragment(fileSpec, offset, length, fragName, options, connID, mainAddr, errMessage);
WebNetscapeDeprecatedFunctions.h 34 extern OSErr WebGetDiskFragment(const FSSpec *fileSpec, UInt32 offset, UInt32 length, ConstStr63Param fragName, CFragLoadOptions options, CFragConnectionID *connID, Ptr *mainAddr, Str255 errMessage);
  /external/libvpx/examples/includes/HTML-Toc-0.91/t/
siteMap.t 38 'fileSpec' => '\./[^/]+$'
44 'fileSpec' => '\./[^/]+?/[^/]+$'
50 'fileSpec' => '\./[^/]+?/[^/]+?/[^/]+$'
  /frameworks/compile/mclinker/unittests/
InputTreeTest.cpp 49 m_pTestee->insert<InputTree::Inclusive>(node, "FileSpec", "path1");
78 m_pTestee->insert<InputTree::Inclusive>(node, "FileSpec", "path1");
84 m_pTestee->insert<InputTree::Inclusive>(node,"FileSpec", "path1");
107 m_pTestee->insert(node, InputTree::Afterward, "FileSpec", "path1");
  /external/e2fsprogs/e2fsck/
profile.c 90 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
397 if (strcmp(prf->filespec, default_filename) == 0)
434 (syntax_err_cb)(prf->filespec, retval,
455 errcode_t profile_open_file(const char * filespec,
470 len = strlen(filespec)+1;
471 if (filespec[0] == '~' && filespec[1] == '/') {
502 strcat(expanded_filename, filespec+1);
504 memcpy(expanded_filename, filespec, len)
    [all...]
  /external/dbus/dbus/
dbus-sysdeps-util-win.c 489 char *filespec; local
493 filespec = malloc(strlen(dir) + 2 + 1);
494 strcpy(filespec, dir);
495 index = strlen(filespec) - 1;
496 if (index >= 0 && (filespec[index] == '/' || filespec[index] == '\\'))
497 filespec[index] = '\0';
498 strcat(filespec, "\\*");
505 handle = FindFirstFileA(filespec, &(dp->fileinfo));
515 free(filespec);
    [all...]
  /external/libvpx/examples/includes/HTML-Toc-0.91/
Toc.pod 720 By specifying 'fileSpec' which determine how many slashes (/) each file may contain for a specific level:
745 'fileSpec' => '\./[^/]+$'
751 'fileSpec' => '\./[^/]+?/[^/]+$'
757 'fileSpec' => '\./[^/]+?/[^/]+?/[^/]+$'
    [all...]
TocGenerator.pm 859 my ($result, $tocToken, $tagBegin, @tokensTocBegin, $fileSpec);
865 $fileSpec = $tocToken->[TT_GROUP]{'fileSpec'};
867 if (!defined($fileSpec) || (
868 defined($fileSpec) &&
869 ($self->{_currentFile} =~ m/$fileSpec/)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.contenttype_3.4.100.v20100505-1235.jar 
  /external/sonivox/jet_tools/JetCreator/
JetUtils.py 184 def FileFixPath(fileSpec):
186 return fileSpec.replace("\\", "/")
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/arm-eabi/bin/
ld 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/
arm-eabi-ld 

Completed in 368 milliseconds