OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ATTR_FILE
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateHandler.java
178
static final String
ATTR_FILE
= "file"; //$NON-NLS-1$
456
String path = attributes.getValue(
ATTR_FILE
);
461
String path = attributes.getValue(
ATTR_FILE
);
591
String relativePath = attributes.getValue(
ATTR_FILE
);
[
all
...]
/external/kernel-headers/original/linux/
fs.h
455
#define
ATTR_FILE
(1 << 13)
482
* check for (ia_valid &
ATTR_FILE
), and not for (ia_file != NULL).
[
all
...]
Completed in 64 milliseconds