HomeSort by relevance Sort by last modified time
    Searched refs:fullpath (Results 1 - 19 of 19) 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/Source/WebKit/wx/bindings/python/
wscript 51 fullpath = os.path.join(wx_root, adir)
52 if os.path.exists(fullpath):
53 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));
591 fullpath(dir));
717 fullpath(dir), 2);
756 fullpath(&dirent), 0);
772 fullpath(&dirent));
798 fullpath(&dirent));
802 fullpath(&dirent)
    [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/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/valgrind/main/none/tests/
cmdline1.stdout.exp 56 --fullpath-after= (with nothing after the '=')
58 --fullpath-after=string like --fullpath-after=, but only show the
cmdline2.stdout.exp 56 --fullpath-after= (with nothing after the '=')
58 --fullpath-after=string like --fullpath-after=, but only show the
  /external/chromium/chrome/common/extensions/docs/build/
directory.py 570 fullpath = os.path.realpath(os.path.join(root, file_name))
571 path = fullpath.replace(base_path, '')[1:]
576 code_file = open(fullpath, "r")
578 raise Exception("Failed to read %s: %s" % (fullpath, msg))
  /external/clang/utils/
FindSpecRefs 823 fullpath = os.path.join(dirpath, filename)
824 references.extend(list(scanFile(fullpath, filename)))
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/
rebaseline_chromium_webkit_tests.py 141 fullpath = filesystem.join(html_directory, result_filename)
142 _log.debug(' Result file full path: "%s".', fullpath)
143 return fullpath
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
scm_unittest.py     [all...]
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
cpp.py     [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 1607 milliseconds