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

1 2 3 45 6

  /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.
  /build/
envsetup.sh 1044 local pathname
1047 while [[ -z "$pathname" ]]; do
1062 pathname=${lines[$(($choice-$_arrayoffset))]}
1066 pathname=${lines[0]}
1068 cd $T/$pathname
  /external/zlib/contrib/minizip/
zip.c 849 extern zipFile ZEXPORT zipOpen3 (const void *pathname, int append, zipcharpc* globalcomment, zlib_filefunc64_32_def* pzlib_filefunc64_32_def)
863 pathname,
920 extern zipFile ZEXPORT zipOpen2 (const char *pathname, int append, zipcharpc* globalcomment, zlib_filefunc_def* pzlib_filefunc32_def)
926 return zipOpen3(pathname, append, globalcomment, &zlib_filefunc64_32_def_fill);
929 return zipOpen3(pathname, append, globalcomment, NULL);
932 extern zipFile ZEXPORT zipOpen2_64 (const void *pathname, int append, zipcharpc* globalcomment, zlib_filefunc64_def* pzlib_filefunc_def)
940 return zipOpen3(pathname, append, globalcomment, &zlib_filefunc64_32_def_fill);
943 return zipOpen3(pathname, append, globalcomment, NULL);
948 extern zipFile ZEXPORT zipOpen (const char* pathname, int append)
950 return zipOpen3((const void*)pathname,append,NULL,NULL)
    [all...]
  /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/chromium/third_party/zlib/contrib/minizip/
zip.c 503 extern zipFile ZEXPORT zipOpen2 (pathname, append, globalcomment, pzlib_filefunc_def)
504 const char *pathname;
521 pathname,
687 extern zipFile ZEXPORT zipOpen (pathname, append)
688 const char *pathname;
691 return zipOpen2(pathname,append,NULL,NULL);
    [all...]
  /build/tools/droiddoc/templates/assets/
android-developer-docs.js 231 var basePath = getBaseUri(location.pathname);
288 var basePath = getBaseUri(location.pathname);
342 var path = getBaseUri(location.pathname);
478 l = getBaseUri(location.pathname);
  /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.
  /system/media/opensles/tests/sandbox/
reverb.c 192 char *pathname = argv[i]; local
300 SLDataLocator_URI locURI = {SL_DATALOCATOR_URI, (SLchar *) pathname};
  /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 162 error = FT_Stream_Open( stream, args->pathname );
163 stream->pathname.pointer = args->pathname;
    [all...]
  /bionic/libc/include/sys/
linux-unistd.h 95 int mkdirat (int dirfd, const char *pathname, mode_t mode);
  /dalvik/dx/src/com/android/dx/command/dexer/
Main.java 253 * Processes one pathname element.
255 * @param pathname {@code non-null;} the pathname to process. May
260 private static boolean processOne(String pathname) {
263 opener = new ClassPathOpener(pathname, false,
    [all...]
  /development/ndk/platforms/android-3/include/sys/
linux-unistd.h 92 int mkdirat (int dirfd, const char *pathname, mode_t mode);
  /development/ndk/platforms/android-9/include/sys/
linux-unistd.h 95 int mkdirat (int dirfd, const char *pathname, mode_t mode);
  /external/chromium/base/
file_util_posix.cc 91 additional space for pathname may be needed
637 additional space for pathname may be needed
  /external/webkit/WebCore/bindings/v8/custom/
V8LocationCustom.cpp 144 INC_STATS("DOM.Location.pathname._set");
147 String pathname = toWebCoreString(value); local
154 url.setPath(pathname);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/
linux-unistd.h 92 int mkdirat (int dirfd, const char *pathname, mode_t mode);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/
linux-unistd.h 92 int mkdirat (int dirfd, const char *pathname, mode_t mode);

Completed in 1247 milliseconds

1 2 3 45 6