HomeSort by relevance Sort by last modified time
    Searched full:pathname (Results 626 - 650 of 1422) sorted by null

<<21222324252627282930>>

  /frameworks/base/core/java/android/speech/srec/
Recognizer.java 137 * Get the pathname of the SREC configuration directory corresponding to the
143 * @return Pathname of the configuration directory.
156 * @param configFile pathname of the baseline*.par configuration file,
181 * @param g2gFileName pathname of g2g file.
  /frameworks/native/cmds/installd/
installd.h 154 int delete_dir_contents(const char *pathname,
utils.c 269 int delete_dir_contents(const char *pathname,
276 d = opendir(pathname);
278 ALOGE("Couldn't opendir %s: %s\n", pathname, strerror(errno));
284 if (rmdir(pathname)) {
285 ALOGE("Couldn't rmdir %s: %s\n", pathname, strerror(errno));
  /libcore/luni/src/main/native/
realpath.cpp 120 // Remove trailing slash except when the resolved pathname is a single "/".
  /ndk/sources/host-tools/make-3.81/
README.DOS 211 defined to the exact pathname of that file, and that shell will
222 pathname of the shell, including the filename extension.
284 make implicit assumptions about the pathname syntax. In
286 and any pathname which doesn't begin with a `/' is assumed to be
  /prebuilts/devtools/tools/
android.bat 24 rem and set up progdir to be the fully-qualified pathname of its directory.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
glob.h 153 it is called with the pathname that caused the error, and the
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
glob.h 153 it is called with the pathname that caused the error, and the
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
glob.h 153 it is called with the pathname that caused the error, and the
  /prebuilts/tools/common/proguard/proguard4.7/docs/
main.html 14 window.top.location.replace("index.html#"+window.location.pathname+window.location.hash);
  /system/core/sh/
options.h 66 DEF_OPT( "noglob", 'f' ) /* no pathname expansion */
  /external/mksh/src/
misc.c 1361 /* upath is an absolute pathname */
1364 /* upath is a relative pathname, prepend cwd */
1384 /* get next pathname component from input */
1396 /* strip off last pathname component */
1411 /* append next pathname component to output */
1420 /* because the pathname does not exist */
    [all...]
  /frameworks/base/libs/androidfw/
AssetManager.cpp     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
__init__.py 242 def __init__(self, name, level, pathname, lineno,
268 self.pathname = pathname
270 self.filename = os.path.basename(pathname)
273 self.filename = pathname
309 self.pathname, self.lineno, self.msg)
367 %(pathname)s Full pathname of the source file where the logging
369 %(filename)s Filename portion of pathname
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
__init__.py 242 def __init__(self, name, level, pathname, lineno,
268 self.pathname = pathname
270 self.filename = os.path.basename(pathname)
273 self.filename = pathname
309 self.pathname, self.lineno, self.msg)
367 %(pathname)s Full pathname of the source file where the logging
369 %(filename)s Filename portion of pathname
    [all...]
  /external/strace/
strace.c 512 char pathname[MAXPATHLEN]; local
518 if (strlen(filename) > sizeof pathname - 1) {
523 strcpy(pathname, filename);
532 strcpy(pathname, filename);
546 if (!getcwd(pathname, MAXPATHLEN))
548 len = strlen(pathname);
550 else if (n > sizeof pathname - 1)
553 strncpy(pathname, path, n);
556 if (len && pathname[len - 1] != '/')
557 pathname[len++] = '/'
    [all...]
  /external/chromium_org/third_party/freetype/src/base/
ftobjs.c 191 error = FT_Stream_Open( stream, args->pathname );
192 stream->pathname.pointer = args->pathname;
    [all...]
  /external/freetype/src/base/
ftobjs.c 191 error = FT_Stream_Open( stream, args->pathname );
192 stream->pathname.pointer = args->pathname;
    [all...]
  /external/bison/lib/
localcharset.c 71 # define relocate(pathname) (pathname)
  /external/chromium/chrome/common/extensions/docs/js/
api_page_generator.js 27 /\.webInspector[^/]*\.html/.test(location.pathname);
118 var is_experimental_index = /\/experimental\.html$/.test(location.pathname);
  /external/chromium_org/third_party/zlib/contrib/minizip/
miniunz.c 184 " -e Extract without pathname (junk paths)\n" \
185 " -x Extract with pathname\n" \
  /external/e2fsprogs/e2fsck/
message.c 45 * then return the pathname of directory <ino2>)
191 * This function prints a pathname, using the ext2fs_get_pathname
  /external/e2fsprogs/intl/
l10nflist.c 66 /* Pathname support.
69 it may be concatenated to a directory pathname.
  /external/emma/lib/internal/
stamptool.jar 
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
rails.php 89 'Pathname', 'Precision', 'Proc', 'Process', 'Process::GID',
245 'ActiveSupport::CoreExtensions::Pathname::CleanWithin',

Completed in 1687 milliseconds

<<21222324252627282930>>