/frameworks/native/libs/binder/ndk/include_ndk/android/ |
D | binder_status.h | 77 STATUS_ALREADY_EXISTS = -EEXIST,
|
/frameworks/base/tools/aapt2/util/ |
D | Files.cpp | 134 if (result < 0 && errno != EEXIST) { in mkdirs() 139 return ::android::base::utf8::mkdir(path.c_str(), mode) == 0 || errno == EEXIST; in mkdirs()
|
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/common/ |
D | FwdLockGlue.c | 61 if (mkdir(partialPath, mode) != 0 && errno != EEXIST) { in FwdLockGlue_CreateDirectories()
|
/frameworks/native/opengl/libs/EGL/ |
D | FileBlobCache.cpp | 136 if (errno == EEXIST) { in writeToFile()
|
D | MultifileBlobCache.cpp | 270 if (mkdir(mMultifileDirName.c_str(), 0755) != 0 && (errno != EEXIST)) { in MultifileBlobCache()
|
/frameworks/base/cmds/app_process/ |
D | app_main.cpp | 151 LOG_ALWAYS_FATAL_IF((result < 0 && errno != EEXIST), in maybeCreateDalvikCache()
|
/frameworks/av/media/mtp/ |
D | MtpUtils.cpp | 105 if (ret && ret != -EEXIST) { in makeFolder()
|
/frameworks/base/ravenwood/runtime-helper-src/libcore-fake/android/system/ |
D | OsConstants.java | 263 public static final int EEXIST = placeholder(); field in OsConstants 1061 if (errno == EEXIST) { in errnoName()
|
/frameworks/native/cmds/rawbu/ |
D | backup.cpp | 553 if (errno != EEXIST) { in restore_data()
|
/frameworks/av/media/codec2/core/include/ |
D | C2.h | 101 C2_DUPLICATE = EEXIST, ///< object already exists
|
/frameworks/native/libs/cputimeinstate/ |
D | cputimeinstate.cpp | 586 if (errno != EEXIST) { in startTrackingProcessCpuTimes()
|
/frameworks/base/ravenwood/runtime-jni/ |
D | ravenwood_os_constants.cpp | 180 initConstant(env, c, "EEXIST", EEXIST); in OsConstants_initConstants()
|
/frameworks/base/services/incremental/ |
D | IncrementalService.cpp | 138 if (!allowExisting || errno != EEXIST) { in mkdirOrLog() 275 } else if (err != EEXIST) { in makeStorage()
|
/frameworks/native/cmds/installd/ |
D | dexopt.cpp | 379 if (errno != EEXIST) { in create_profile()
|
/frameworks/base/core/java/android/app/ |
D | ContextImpl.java | 828 if (e.errno == OsConstants.EEXIST) { in ensurePrivateDirExists()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 27732 field public static final int EEXIST;
|