Home
last modified time | relevance | path

Searched refs:FILE_MODE (Results 1 - 5 of 5) sorted by relevance

/base/tee/tee_client/services/tlogcat/src/
H A Dtarzip.c59 static const char FILE_MODE[] = { 0x31, 0x30, 0x30, 0x36, 0x36, 0x36, 0x20, 0 }; variable
100 sumAppend += WriteOneUint(j, FILE_MODE_LEN, FILE_MODE, index); in WriteHeader()
/base/startup/appspawn/modules/sandbox/
H A Dsandbox_expand.c68 CreateSandboxDir(context->buffer[1].buffer, FILE_MODE); in MountAllHsp()
118 CreateSandboxDir(context->buffer[0].buffer, FILE_MODE); in MountAllGroup()
169 (void)MakeDirRec(sandboxContext->buffer[1].buffer, FILE_MODE, 1); in SetOverlayAppPath()
H A Dappspawn_sandbox.c321 CreateSandboxDir(args->destinationPath, FILE_MODE); in SandboxMountFusePath()
341 MakeDirRec(file, FILE_MODE, 0); in CheckAndCreateSandboxFile()
342 int fd = open(file, O_CREAT, FILE_MODE); in CheckAndCreateSandboxFile()
464 CreateSandboxDir(args.destinationPath, FILE_MODE); in DoSandboxPathNodeMount()
655 CreateSandboxDir(lockSbxPathStamp, FILE_MODE); in MountDirToShared()
705 CreateSandboxDir(groupNode->depNode->source, FILE_MODE); in CheckAndCreateDepPath()
762 CreateSandboxDir(destBundlesPath, FILE_MODE); in SetExpandSandboxConfig()
836 CreateSandboxDir(destPath, FILE_MODE); in SetBundleResourceSandboxConfig()
1326 CreateSandboxDir(context->rootPath, FILE_MODE); in MountSandboxConfigs()
H A Dsandbox_utils.cpp67 constexpr static mode_t FILE_MODE = 0711; member
248 MakeDirRecursive(dir, FILE_MODE); in CheckAndCreatFile()
249 int fd = open(file, O_CREAT, FILE_MODE); in CheckAndCreatFile()
265 MakeDirRecursive(destinationPath, FILE_MODE); in DoAppSandboxMountOnce()
662 MakeDirRecursive(sandboxPath, FILE_MODE); in DoDlpAppMountStrategy()
1271 MakeDirRecursive(sandboxPackagePath, FILE_MODE); in DoSandboxRootFolderCreateAdapt()
1626 MakeDirRecursive(sandboxPackagePath.c_str(), FILE_MODE); in SetAppSandboxProperty()
1672 MakeDirRecursive(sandboxPackagePath.c_str(), FILE_MODE); in SetAppSandboxPropertyNweb()
1925 OHOS::AppSpawn::MakeDirRecursive(lockSbxPathStamp.c_str(), OHOS::AppSpawn::FILE_MODE);
H A Dappspawn_sandbox.h46 #define FILE_MODE 0711 macro

Completed in 8 milliseconds