OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:filePath
(Results
51 - 75
of
168
) sorted by null
1
2
3
4
5
6
7
/external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
LoadPathToFileCache.java
47
* @return the absolute
filepath
location of the file, or {@code null} if not in the cache.
64
* @param
filePath
the absolute
filepath
location of the file
66
public void add(List<String> loadPaths, String filename, String
filePath
) {
70
cache.put(filePathMapKey,
filePath
);
ResourceLoaderAdaptor.java
111
String
filePath
= loadPathCache.lookup(getLoadPaths(), name);
112
if (
filePath
!= null) {
113
file = newFile(
filePath
);
/external/webkit/Source/WebCore/fileapi/
FileSystemCallbacks.cpp
201
static PassRefPtr<ErrorCallbackWrapper> create(PassRefPtr<EntryCallback> successCallback, PassRefPtr<ErrorCallback> errorCallback, PassRefPtr<DirectoryEntry> root, const String&
filePath
)
203
return adoptRef(new ErrorCallbackWrapper(successCallback, errorCallback, root,
filePath
));
217
ErrorCallbackWrapper(PassRefPtr<EntryCallback> successCallback, PassRefPtr<ErrorCallback> errorCallback, PassRefPtr<DirectoryEntry> root, const String&
filePath
)
221
, m_filePath(
filePath
)
234
PassOwnPtr<ResolveURICallbacks> ResolveURICallbacks::create(PassRefPtr<EntryCallback> successCallback, PassRefPtr<ErrorCallback> errorCallback, ScriptExecutionContext* scriptExecutionContext, const String&
filePath
)
236
return adoptPtr(new ResolveURICallbacks(successCallback, errorCallback, scriptExecutionContext,
filePath
));
239
ResolveURICallbacks::ResolveURICallbacks(PassRefPtr<EntryCallback> successCallback, PassRefPtr<ErrorCallback> errorCallback, ScriptExecutionContext* context, const String&
filePath
)
243
, m_filePath(
filePath
)
/external/webkit/Source/WebKit/chromium/src/
WebBlobData.cpp
69
result.
filePath
.reset();
82
result.
filePath
= item.path;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/binaryxml/
BinaryXMLMultiPageEditorPart.java
65
IPath
filePath
= path.append(SdkConstants.FD_DATA).append(
67
File file = new File(
filePath
.toOSString());
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DecodeUtils.java
51
public static Bitmap requestDecode(JobContext jc, final String
filePath
,
56
BitmapFactory.decodeFile(
filePath
, options));
79
public static Bitmap requestDecode(JobContext jc, final String
filePath
,
83
fis = new FileInputStream(
filePath
);
176
JobContext jc, String
filePath
, boolean shareable) {
178
return BitmapRegionDecoder.newInstance(
filePath
, shareable);
LocalVideo.java
113
filePath
= cursor.getString(INDEX_DATA);
133
filePath
= uh.update(
filePath
, cursor.getString(INDEX_DATA));
143
return new LocalVideoRequest(mApplication, getPath(), type,
filePath
);
195
return Uri.fromFile(new File(
filePath
));
/external/quake/quake/src/WinQuake/
sys_android.cpp
424
char
filePath
[1024];
425
if ((int) (sizeof(
filePath
)-1) < snprintf(
filePath
, sizeof(
filePath
), "%s/%s", path, name)) {
428
if(direxists(
filePath
)) {
429
rmDir(
filePath
);
432
unlink(
filePath
);
/external/webkit/Source/WebCore/platform/audio/mac/
AudioFileReaderMac.cpp
59
AudioFileReader::AudioFileReader(const char*
filePath
)
62
, m_filePath(
filePath
)
67
OSStatus result = FSPathMakeRef((UInt8*)
filePath
, &fsref, 0);
244
PassOwnPtr<AudioBus> createBusFromAudioFile(const char*
filePath
, bool mixToMono, double sampleRate)
246
AudioFileReader reader(
filePath
);
/external/webkit/Source/WebCore/platform/posix/
FileSystemPOSIX.cpp
249
char
filePath
[1024];
250
if (static_cast<int>(sizeof(
filePath
) - 1) < snprintf(
filePath
, sizeof(
filePath
), "%s/%s", cpath.data(), name))
252
entries.append(
filePath
);
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
EventLogPanel.java
243
* @param
filePath
246
public void saveLog(String
filePath
) throws IOException {
248
File destFile = new File(
filePath
);
264
filePath
=
filePath
+ TAG_FILE_EXT;
265
mCurrentEventLogParser.saveTags(
filePath
);
272
* @param
filePath
Event log path (and base of potential tag file)
274
public void loadLog(String
filePath
) {
275
if ((new File(
filePath
+ TAG_FILE_EXT)).exists()) {
276
startEventLogFromFiles(
filePath
);
[
all
...]
/external/mesa3d/test/
image_file.h
27
static void SaveBMP(const char *
filePath
, unsigned * data, unsigned int width, unsigned int height)
29
FILE * file = fopen(
filePath
, "wb");
31
printf("SaveMap failed fopen '%s'\n",
filePath
);
79
static int LoadTGA(const char *
filePath
, unsigned int * width, unsigned int * height, void ** data)
81
FILE * file = fopen(
filePath
, "rb");
84
printf("LoadTGA failed to open %s \n",
filePath
);
/packages/apps/Mms/src/com/android/mms/ui/
UriImage.java
124
String
filePath
;
126
filePath
= c.getString(c.getColumnIndexOrThrow(Part.FILENAME));
127
if (TextUtils.isEmpty(
filePath
)) {
128
filePath
= c.getString(
134
filePath
= uri.getPath();
138
mPath =
filePath
;
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/build/
AaptQuickFixTest.java
95
String
filePath
= osRoot + File.separator + fileRelativePath;
104
errors.add(
filePath
+ ":7: error: Error: No resource found that matches the given name"
106
errors.add(
filePath
+ ":7: error: Error: No resource found that matches the given name"
108
errors.add(
filePath
+ ":13: error: Error: No resource found that matches the given name"
214
String
filePath
= osRoot + File.separator + fileRelativePath;
216
errors.add(
filePath
+ ":5: error: Error parsing XML: unbound prefix");
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
RenderScriptProcessor.java
324
String
filePath
= m.group(1);
325
if (
filePath
.startsWith(rootPath) == false) {
333
filePath
=
filePath
.substring(rootPathLength);
335
if (
filePath
.startsWith(File.separator)) {
336
filePath
=
filePath
.substring(1);
340
IFile f = project.getFile(new Path(
filePath
));
/dalvik/dx/src/com/android/dx/command/dump/
SsaDumper.java
57
* @param
filePath
the file path for the class, excluding any base
62
String
filePath
, Args args) {
63
SsaDumper sd = new SsaDumper(bytes, out,
filePath
, args);
72
* @param
filePath
the file path for the class, excluding any base
76
private SsaDumper(byte[] bytes, PrintStream out, String
filePath
,
78
super(bytes, out,
filePath
, true, args);
/development/tools/glesv2debugger/test/com/android/glesv2debugger/
MessageQueueTest.java
118
final File
filePath
= File.createTempFile("test", ".gles2dbg");
119
DataOutputStream file = new DataOutputStream(new FileOutputStream(
filePath
));
156
FileInputStream fis = new FileInputStream(
filePath
);
181
filePath
.delete();
/external/webkit/Source/WebKit/android/WebCoreSupport/
CacheResult.h
52
bool writeToFile(const WTF::String&
filePath
) const;
/external/webkit/Source/WebKit/chromium/public/
WebHTTPBody.h
53
WebString
filePath
;
/frameworks/base/core/java/com/android/internal/content/
NativeLibraryHelper.java
48
private native static int nativeCopyNativeBinaries(String
filePath
, String sharedLibraryPath,
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
AbstractDownloadManagerFunctionalTest.java
204
String
filePath
= cursor.getString(0);
205
if (
filePath
== null) continue;
206
Log.d(LOG_TAG, "Deleting " +
filePath
);
207
new File(
filePath
).delete();
/packages/providers/MediaProvider/src/com/android/providers/media/
MediaScannerService.java
207
args.putString("
filepath
", path);
227
String
filePath
= arguments.getString("
filepath
");
230
if (
filePath
!= null) {
234
Uri uri = scanFile(
filePath
, arguments.getString("mimetype"));
236
listener.scanCompleted(
filePath
, uri);
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger.tests/src/com/android/ide/eclipse/gldebugger/
MessageQueueTest.java
120
final File
filePath
= File.createTempFile("test", ".gles2dbg");
121
DataOutputStream file = new DataOutputStream(new FileOutputStream(
filePath
));
158
FileInputStream fis = new FileInputStream(
filePath
);
183
filePath
.delete();
/cts/tools/host/src/com/android/cts/
TestHost.java
364
String
filePath
= getConfigFilePath(cfgPath);
366
if (loadConfig(
filePath
) == false) {
398
* @param
filePath
The file path.
401
static private String getConfigFilePath(final String
filePath
) {
402
if (
filePath
!= null) {
403
if (!HostUtils.isFileExist(
filePath
)) {
404
Log.e("Configuration file \"" +
filePath
+ "\" doesn't exist.", null);
412
return
filePath
;
/external/webkit/Source/WebCore/workers/
WorkerContext.cpp
397
String
filePath
;
398
if (!completedURL.isValid() || !DOMFileSystemBase::crackFileSystemURL(completedURL, type,
filePath
)) {
403
LocalFileSystem::localFileSystem().readFileSystem(this, type, ResolveURICallbacks::create(successCallback, errorCallback, this,
filePath
));
416
String
filePath
;
417
if (!completedURL.isValid() || !DOMFileSystemBase::crackFileSystemURL(completedURL, type,
filePath
)) {
428
RefPtr<EntrySync> entry = fileSystem->root()->getDirectory(
filePath
, 0, ec);
430
return fileSystem->root()->getFile(
filePath
, 0, ec);
Completed in 824 milliseconds
1
2
3
4
5
6
7