OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DATA_ROOT
(Results
1 - 2
of
2
) sorted by null
/bootable/recovery/
recovery.cpp
107
static const char *
DATA_ROOT
= "/data";
580
bool is_data = (strcmp(volume,
DATA_ROOT
) == 0);
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateHandler.java
145
private static final String
DATA_ROOT
= "root"; //$NON-NLS-1$
689
return new File(mRootPath,
DATA_ROOT
+ File.separator + fromPath);
[
all
...]
Completed in 226 milliseconds