Searched refs:fsRep (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/posix/
H A DFileSystemPOSIX.cpp50 CString fsRep = fileSystemRepresentation(path);
52 if (!fsRep.data() || fsRep.data()[0] == '\0')
58 return !stat(fsRep.data(), &fileInfo);
63 CString fsRep = fileSystemRepresentation(path); local
65 if (!fsRep.data() || fsRep.data()[0] == '\0')
69 return !unlink(fsRep.data());
74 CString fsRep = fileSystemRepresentation(path); local
76 if (fsRep
142 CString fsRep = fileSystemRepresentation(path); local
153 CString fsRep = fileSystemRepresentation(path); local
169 CString fsRep = fileSystemRepresentation(path); local
226 CString fsRep = fileSystemRepresentation(path); local
[all...]
/external/webkit/Source/WebCore/platform/android/
H A DFileSystemAndroid.cpp95 CString fsRep = fileSystemRepresentation(path); local
96 String fsPath = String(fsRep.data());
/external/webkit/Source/WebCore/platform/gtk/
H A DFileSystemGtk.cpp244 CString fsRep = fileSystemRepresentation(path); local
245 if (fsRep.isNull())
248 GRefPtr<GFile> file = adoptGRef(g_file_new_for_path(fsRep.data()));
253 if (g_file_test(fsRep.data(), static_cast<GFileTest>(G_FILE_TEST_EXISTS | G_FILE_TEST_IS_REGULAR)))

Completed in 93 milliseconds