HomeSort by relevance Sort by last modified time
    Searched defs:fullpath (Results 1 - 11 of 11) sorted by null

  /external/bluetooth/glib/gio/inotify/
inotify-helper.c 146 gchar *fullpath; local
154 fullpath = g_strdup_printf ("%s/%s", sub->dirname, event->name);
156 fullpath = g_strdup_printf ("%s/", sub->dirname);
158 child = g_file_new_for_path (fullpath);
159 g_free (fullpath);
171 gchar *fullpath; local
181 fullpath = g_strdup_printf ("%s/%s", sub->dirname, sub->filename);
182 g_warning ("Missing callback called fullpath = %s\n", fullpath);
183 if (!g_file_test (fullpath, G_FILE_TEST_EXISTS)
    [all...]
  /external/quake/quake/src/QW/client/
gl_mesh.c 290 char cache[MAX_QPATH], fullpath[MAX_OSPATH]; local
324 sprintf (fullpath, "%s/%s", com_gamedir, cache);
325 f = fopen (fullpath, "wb");
331 f = fopen (fullpath, "wb");
  /external/quake/quake/src/WinQuake/
gl_mesh.cpp 303 char cache[MAX_QPATH], fullpath[MAX_OSPATH], *c; local
339 sprintf (fullpath, "%s/%s", com_gamedir, cache);
340 f = fopen (fullpath, "wb");
gl_draw.cpp 285 char fullpath[MAX_OSPATH]; local
286 sprintf(fullpath, "%s/%s", com_gamedir, TEXTURE_STORE_NAME);
288 mFileId = open(fullpath, O_RDWR | O_CREAT, 0666);
290 Sys_Error("Could not open texture store file %s: %d", fullpath,
309 Sys_Error("Could not mmap file %s: %d", fullpath, errno);
    [all...]
  /gdk/samples/quake/jni/
gl_mesh.cpp 303 char cache[MAX_QPATH], fullpath[MAX_OSPATH], *c; local
339 sprintf (fullpath, "%s/%s", com_gamedir, cache);
340 f = fopen (fullpath, "wb");
gl_draw.cpp 285 char fullpath[MAX_OSPATH]; local
286 sprintf(fullpath, "%s/%s", com_gamedir, TEXTURE_STORE_NAME);
288 mFileId = open(fullpath, O_RDWR | O_CREAT, 0666);
290 Sys_Error("Could not open texture store file %s: %d", fullpath,
309 Sys_Error("Could not mmap file %s: %d", fullpath, errno);
    [all...]
  /external/skia/src/ports/
SkFontHost_simple.cpp 306 SkString fullpath; local
309 GetFullPathForSysFonts(&fullpath, path);
310 path = fullpath.c_str();
353 SkString fullpath; local
354 GetFullPathForSysFonts(&fullpath, path);
356 SkMMAPStream stream(fullpath.c_str());
361 SkFILEStream stream(fullpath.c_str());
368 SkDebugf("---- failed to open <%s> as a font\n", fullpath.c_str());
SkFontHost_android.cpp 50 SkString fullpath; local
51 getFullPathForSysFonts(&fullpath, path);
53 SkMMAPStream stream(fullpath.c_str());
58 SkFILEStream stream(fullpath.c_str());
65 SkDebugf("---- failed to open <%s> as a font\n", fullpath.c_str());
578 SkString fullpath; local
579 getFullPathForSysFonts(&fullpath, gSystemFonts[i].fFileName);
583 fullpath.c_str(), // filename
  /external/fsck_msdos/
dir.c 100 static char *fullpath(struct dosDirEntry *);
170 fullpath(struct dosDirEntry *dir) function
407 fullpath(dir), dir->size, physicalSize);
419 fullpath(dir));
591 fullpath(dir));
717 fullpath(dir), 2);
756 fullpath(&dirent), 0);
772 fullpath(&dirent));
798 fullpath(&dirent));
802 fullpath(&dirent)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 

Completed in 260 milliseconds