OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:zipattr_to_mode
(Results
1 - 2
of
2
) sorted by null
/build/tools/ijar/
zip.h
30
// is safer than
zipattr_to_mode
(attr) & S_IFDIR because the unix
40
inline mode_t
zipattr_to_mode
(u4 attr) {
function in namespace:devtools_ijar
119
//
zipattr_to_mode
() function. This method is suppoed to returns true
zip_main.cc
115
mode_t mode =
zipattr_to_mode
(attr);
Completed in 141 milliseconds