HomeSort by relevance Sort by last modified time
    Searched refs:fullpath (Results 1 - 14 of 14) 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/webkit/WebKit/wx/bindings/python/
wscript 48 fullpath = os.path.join(wx_root, adir)
49 if os.path.exists(fullpath):
50 return fullpath
  /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));
589 fullpath(dir));
715 fullpath(dir), 2);
754 fullpath(&dirent), 0);
770 fullpath(&dirent));
796 fullpath(&dirent));
800 fullpath(&dirent)
    [all...]
  /external/webkit/WebCore/
wscript 132 fullpath = os.path.join(jscore_dir, item)
133 if os.path.isdir(fullpath) and not item == "os-win32" and not item == 'icu':
134 wk_includes.append(fullpath)
  /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/skia/src/ports/
SkFontHost_android.cpp 314 SkString fullpath; local
317 GetFullPathForSysFonts(&fullpath, path);
318 path = fullpath.c_str();
361 SkString fullpath; local
362 GetFullPathForSysFonts(&fullpath, path);
364 SkMMAPStream stream(fullpath.c_str());
369 SkFILEStream stream(fullpath.c_str());
376 SkDebugf("---- failed to open <%s> as a font\n", fullpath.c_str());
  /external/clearsilver/imd/
imdm.py 31 fullpath = os.path.join(fulldir,a_entry)
32 if os.path.isfile(fullpath):
35 elif os.path.isdir(fullpath):
imd.c 169 int create_directories(char *fullpath) {
174 if ((fullpath == NULL) || (strlen(fullpath) > 4000)) {
178 last_slash = strrchr(fullpath,'/');
179 last_slash_pos = (last_slash - fullpath);
180 /* fprintf(stderr,"dira(%d): %s\n", last_slash_pos,fullpath); */
183 strncpy(s,fullpath,last_slash_pos);
  /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...]
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/
rebaseline_chromium_webkit_tests.py 193 fullpath = os.path.join(html_directory, result_filename)
194 logging.debug(' Result file full path: "%s".', fullpath)
195 return fullpath
    [all...]
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_ladspa.c 1198 char *fullpath; local
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/style/processors/
cpp.py     [all...]
  /prebuilt/common/ant/
ant.jar 

Completed in 216 milliseconds