HomeSort by relevance Sort by last modified time
    Searched full:pathfromproc (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebCore/platform/gtk/
FileSystemGtk.cpp 181 char pathFromProc[PATH_MAX] = {0};
182 if (readlink("/proc/self/exe", pathFromProc, sizeof(pathFromProc) - 1) == -1)
185 GOwnPtr<char> dirname(g_path_get_dirname(pathFromProc));

Completed in 158 milliseconds