OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IN_DIR
(Results
1 - 2
of
2
) sorted by null
/external/skqp/tests/
SkpSkGrTest.cpp
34
#define
IN_DIR
"D:\\9-30-13\\"
39
#define
IN_DIR
"/usr/local/google/home/caryclark" PATH_SLASH "9-30-13-skp"
191
SkString dirName(
IN_DIR
);
382
SkString path = make_filepath(fDirNo,
IN_DIR
, fFilename);
/system/tools/aidl/
aidl_language.h
113
enum Direction {
IN_DIR
= 1, OUT_DIR = 2, INOUT_DIR = 3 };
122
bool IsIn() const { return direction_ &
IN_DIR
; }
Completed in 399 milliseconds