HomeSort by relevance Sort by last modified time
    Searched refs:pathname (Results 76 - 100 of 125) sorted by null

1 2 34 5

  /cts/tools/host/etc/
cts.bat 20 rem and set up progdir to be the fully-qualified pathname of its directory.
  /external/e2fsprogs/intl/
localcharset.c 73 # define relocate(pathname) (pathname)
localealias.c 68 # define relocate(pathname) (pathname)
  /sdk/apkbuilder/etc/
apkbuilder.bat 20 rem and set up progdir to be the fully-qualified pathname of its directory.
  /sdk/draw9patch/etc/
draw9patch.bat 20 rem and set up progdir to be the fully-qualified pathname of its directory.
  /sdk/files/
post_tools_install.bat 23 rem and set up progdir to be the fully-qualified pathname of its directory.
  /sdk/hierarchyviewer/etc/
hierarchyviewer.bat 20 rem and set up progdir to be the fully-qualified pathname of its directory.
  /sdk/layoutopt/app/etc/
layoutopt.bat 20 rem and set up progdir to be the fully-qualified pathname of its directory.
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/
AddOnTarget.java 175 public boolean accept(File pathname) {
176 return pathname.isDirectory();
  /external/strace/
strace.c 495 char pathname[MAXPATHLEN]; local
499 if (strlen(filename) > sizeof pathname - 1) {
504 strcpy(pathname, filename);
513 strcpy(pathname, filename);
527 getcwd(pathname, MAXPATHLEN);
528 len = strlen(pathname);
530 else if (n > sizeof pathname - 1)
533 strncpy(pathname, path, n);
536 if (len && pathname[len - 1] != '/')
537 pathname[len++] = '/'
    [all...]
  /build/
envsetup.sh 1029 local pathname
1032 while [[ -z "$pathname" ]]; do
1047 pathname=${lines[$(($choice-$_arrayoffset))]}
1051 pathname=${lines[0]}
1053 cd $T/$pathname
  /external/e2fsprogs/debugfs/
debugfs.c 950 char *pathname = NULL; local
956 retval = ext2fs_get_pathname(current_fs, cwd, 0, &pathname);
959 "while trying to get pathname of cwd");
962 cwd, pathname ? pathname : "NULL");
963 if (pathname) {
964 free(pathname);
965 pathname = NULL;
967 retval = ext2fs_get_pathname(current_fs, root, 0, &pathname);
970 "while trying to get pathname of root")
    [all...]
  /external/quake/quake/src/WinQuake/
common.h 159 const char *COM_SkipPath (const char *pathname);
common.cpp 804 const char *COM_SkipPath (const char *pathname)
808 last = pathname;
809 while (*pathname)
811 if (*pathname=='/')
812 last = pathname+1;
813 pathname++;
    [all...]
  /sdk/ddms/app/etc/
ddms.bat 20 rem and set up progdir to be the fully-qualified pathname of its directory.
  /sdk/traceview/etc/
traceview.bat 20 rem and set up progdir to be the fully-qualified pathname of its directory.
  /external/bluetooth/glib/glib/
gconvert.c     [all...]
gfileutils.c 62 * @pathname: a pathname in the GLib file name encoding
74 g_mkdir_with_parents (const gchar *pathname,
79 if (pathname == NULL || *pathname == '\0')
85 fn = g_strdup (pathname);
    [all...]
  /external/zlib/contrib/minizip/
zip.c 499 extern zipFile ZEXPORT zipOpen2 (pathname, append, globalcomment, pzlib_filefunc_def)
500 const char *pathname;
517 pathname,
683 extern zipFile ZEXPORT zipOpen (pathname, append)
684 const char *pathname;
687 return zipOpen2(pathname,append,NULL,NULL);
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.js 188 var basePath = getBaseUri(location.pathname);
206 var basePath = getBaseUri(location.pathname);
260 var path = getBaseUri(location.pathname);
431 l = getBaseUri(location.pathname);
  /dalvik/dx/etc/
dx.bat 22 REM and set up progdir to be the fully-qualified pathname of its directory.
  /external/quake/quake/src/QW/client/
common.h 180 char *COM_SkipPath (char *pathname);
common.c 905 char *COM_SkipPath (char *pathname)
909 last = pathname;
910 while (*pathname)
912 if (*pathname=='/')
913 last = pathname+1;
914 pathname++;
    [all...]
  /external/freetype/src/base/
ftobjs.c 163 error = FT_Stream_Open( stream, args->pathname );
164 stream->pathname.pointer = args->pathname;
    [all...]
  /bionic/libc/include/sys/
linux-unistd.h 93 int mkdirat (int dirfd, const char *pathname, mode_t mode);

Completed in 565 milliseconds

1 2 34 5