Home
last modified time | relevance | path

Searched defs:makeDir (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/services/Car/cpp/watchdog/server/tests/
H A DProcPidDir.cpp37 Result<void> makeDir(std::string path) { in makeDir() function
/aosp12/system/incremental_delivery/incfs/include/
H A Dincfs_inline.h181 inline ErrorCode makeDir(const Control& control, std::string_view path, int mode) { in makeDir() function
/aosp12/frameworks/base/services/incremental/
H A DServiceWrappers.cpp168 ErrorCode makeDir(const Control& control, std::string_view path, int mode) const final { in makeDir() function in android::incremental::RealIncFs
H A DIncrementalService.cpp1207 int IncrementalService::makeDir(StorageId storageId, std::string_view path, int mode) { in makeDir() function in android::incremental::IncrementalService
/aosp12/frameworks/base/tools/aapt/
H A DAaptAssets.cpp614 sp<AaptDir> AaptDir::makeDir(const String8& path) in makeDir() function in AaptDir
/aosp12/system/incremental_delivery/incfs/
H A Dincfs.cpp880 static IncFsErrorCode makeDir(const char* commandPath, int32_t mode, bool allowExisting) { in makeDir() function