OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:filepath
(Results
426 - 450
of
5063
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/net/test/
cert_test_util.cc
17
const base::
FilePath
& certs_dir,
20
base::
FilePath
cert_path = certs_dir.AppendASCII(cert_file);
30
const base::
FilePath
& certs_dir,
48
const base::
FilePath
& certs_dir,
50
base::
FilePath
cert_path = certs_dir.AppendASCII(cert_file);
/packages/apps/Camera/src/com/android/camera/
Thumbnail.java
29
public static Bitmap createVideoThumbnailBitmap(String
filePath
, int targetWidth) {
30
return createVideoThumbnailBitmap(
filePath
, null, targetWidth);
33
private static Bitmap createVideoThumbnailBitmap(String
filePath
, FileDescriptor fd,
38
if (
filePath
!= null) {
39
retriever.setDataSource(
filePath
);