OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PATH_PREFIX
(Results
1 - 5
of
5
) 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
);
url_matcher.cc
296
return CreateCondition(URLMatcherCondition::
PATH_PREFIX
,
359
const std::string&
path_prefix
) {
361
host_suffix + kEndOfDomain +
path_prefix
);
367
const std::string&
path_prefix
) {
370
path_prefix
);
url_matcher_unittest.cc
178
EXPECT_EQ(URLMatcherCondition::
PATH_PREFIX
,
Completed in 176 milliseconds