OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PATH_PREFIX
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/permission/src/android/permission/cts/
CameraPermissionTest.java
32
private static String
PATH_PREFIX
= Environment.getExternalStorageDirectory().toString();
33
private static String CAMERA_IMAGE_PATH =
PATH_PREFIX
+ "this-should-not-exist.jpg";
AudioPermissionTest.java
33
static String
PATH_PREFIX
= Environment.getExternalStorageDirectory().toString();
34
static String AUDIO_CAPTURE_PATH =
PATH_PREFIX
+ "this-should-not-exist.amr";
/external/chromium_org/components/url_matcher/
url_matcher.h
42
PATH_PREFIX
,
151
// should be followed by a given |
path_prefix
|.
154
const std::string&
path_prefix
);
157
const std::string&
path_prefix
);
Completed in 111 milliseconds