HomeSort by relevance Sort by last modified time
    Searched refs:pFlags (Results 1 - 5 of 5) sorted by null

  /frameworks/compile/mclinker/lib/Support/
MemoryAreaFactory.cpp 29 MemoryArea* MemoryAreaFactory::produce(const sys::fs::Path& pPath, int pFlags)
35 result->map(pPath, pFlags);
41 MemoryArea* MemoryAreaFactory::produce(const sys::fs::Path& pPath, int pFlags, mode_t pMode)
47 result->map(pPath, pFlags, pMode);
MemoryArea.cpp 57 void MemoryArea::map(const sys::fs::Path& pPath, int pFlags)
59 m_AccessFlags = pFlags;
81 void MemoryArea::map(const sys::fs::Path& pPath, int pFlags, int pMode)
83 m_AccessFlags = pFlags;
  /frameworks/compile/mclinker/include/mcld/Support/
MemoryAreaFactory.h 54 MemoryArea* produce(const sys::fs::Path& pPath, int pFlags);
55 MemoryArea* produce(const sys::fs::Path& pPath, int pFlags, mode_t pMode);
  /external/icu4c/tools/toolutil/
ucmstate.c 50 parseState(const char *s, int32_t state[256], uint32_t *pFlags) {
65 *pFlags=MBCS_STATE_FLAG_DIRECT;
70 } else if(*pFlags==0 && uprv_strncmp("surrogates", s, 10)==0) {
71 *pFlags=MBCS_STATE_FLAG_SURROGATES;
132 if(*pFlags!=MBCS_STATE_FLAG_DIRECT) {
156 switch(*pFlags) {
    [all...]
  /frameworks/base/services/java/com/android/server/pm/
PackageManagerService.java     [all...]

Completed in 43 milliseconds