OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SEARCH_PATH
(Results
1 - 5
of
5
) sorted by null
/external/protobuf/src/google/protobuf/compiler/
subprocess.h
61
SEARCH_PATH
, // Use PATH environment variable.
subprocess.cc
118
if (CreateProcess((search_mode ==
SEARCH_PATH
) ? NULL : program.c_str(),
119
(search_mode ==
SEARCH_PATH
) ? name_copy : NULL,
314
case
SEARCH_PATH
:
command_line_interface.cc
[
all
...]
/frameworks/base/core/java/android/provider/
Applications.java
51
public static final String
SEARCH_PATH
= "search";
77
Uri searchUri = CONTENT_URI.buildUpon().appendPath(
SEARCH_PATH
).appendPath(query).build();
/packages/providers/ApplicationsProvider/src/com/android/providers/applications/
ApplicationsProvider.java
137
matcher.addURI(Applications.AUTHORITY, Applications.
SEARCH_PATH
,
139
matcher.addURI(Applications.AUTHORITY, Applications.
SEARCH_PATH
+ "/*",
Completed in 149 milliseconds