Home
last modified time | relevance | path

Searched refs:allowExisting (Results 1 – 1 of 1) sorted by relevance

/system/incremental_delivery/incfs/
Dincfs.cpp700 static IncFsErrorCode makeDir(const char* commandPath, int32_t mode, bool allowExisting) { in makeDir() argument
708 return (allowExisting && errno == EEXIST) ? 0 : -errno; in makeDir()