OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IS_REG
(Results
1 - 2
of
2
) sorted by null
/system/core/tzdatacheck/
tzdatacheck.cpp
199
enum PathStatus { ERR, NONE, IS_DIR,
IS_REG
, UNKNOWN };
210
return S_ISDIR(buf.st_mode) ? IS_DIR : S_ISREG(buf.st_mode) ?
IS_REG
: UNKNOWN;
224
if (pathStatus !=
IS_REG
) {
337
case
IS_REG
:
380
case
IS_REG
:
440
if (uninstallTombStoneFileStatus !=
IS_REG
&& uninstallTombStoneFileStatus != NONE) {
445
if (uninstallTombStoneFileStatus ==
IS_REG
) {
/toolchain/binutils/binutils-2.25/opcodes/
arc-dis.c
148
#define
IS_REG
(x) (field##x##isReg)
157
(
IS_REG
(x) ? cb1"%r"ca1 : \
934
IS_REG
(B) ? "[%r]" : "%s"); /* Address/label name. */
940
if (
IS_REG
(B))
Completed in 298 milliseconds