Home
last modified time | relevance | path

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

/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_statvfs/
Dstatvfs_n_exporter.cpp74 std::string pathString(path.get()); in GetFreeSize() local
75 auto cbExec = [pathString = move(pathString), resultSize]() -> NError { in GetFreeSize()
77 int ret = statvfs(pathString.c_str(), &diskInfo); in GetFreeSize()
150 std::string pathString(path.get()); in GetTotalSize() local
151 auto cbExec = [pathString = move(pathString), resultSize]() -> NError { in GetTotalSize()
153 int ret = statvfs(pathString.c_str(), &diskInfo); in GetTotalSize()
/foundation/distributeddatamgr/distributedfile/interfaces/kits/js/src/mod_statfs/
Dstatfs_n_exporter.cpp70 std::string pathString(path.get()); in GetFrSize() local
71 auto cbExec = [pathString, resultSize]() -> NError { in GetFrSize()
73 int ret = statvfs(pathString.c_str(), &diskInfo); in GetFrSize()
139 std::string pathString(path.get()); in GetBSize() local
140 auto cbExec = [pathString, resultSize]() -> NError { in GetBSize()
142 int ret = statvfs(pathString.c_str(), &diskInfo); in GetBSize()
207 std::string pathString(path.get()); in GetBAvail() local
208 auto cbExec = [pathString, resultSize]() -> NError { in GetBAvail()
210 int ret = statvfs(pathString.c_str(), &diskInfo); in GetBAvail()
275 std::string pathString(path.get()); in GetBlocks() local
[all …]
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_statfs/
Dstatfs_n_exporter.cpp70 std::string pathString(path.get()); in GetFrSize() local
71 auto cbExec = [pathString, resultSize]() -> NError { in GetFrSize()
73 int ret = statvfs(pathString.c_str(), &diskInfo); in GetFrSize()
140 std::string pathString(path.get()); in GetBSize() local
141 auto cbExec = [pathString, resultSize]() -> NError { in GetBSize()
143 int ret = statvfs(pathString.c_str(), &diskInfo); in GetBSize()
209 std::string pathString(path.get()); in GetBAvail() local
210 auto cbExec = [pathString, resultSize]() -> NError { in GetBAvail()
212 int ret = statvfs(pathString.c_str(), &diskInfo); in GetBAvail()
278 std::string pathString(path.get()); in GetBlocks() local
[all …]
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_securitylabel/
Dsecuritylabel_n_exporter.cpp60 auto cbExec = [pathString = string(path.get()), dataLevelString]() -> NError { in SetSecurityLabel()
61 bool ret = SecurityLabel::SetSecurityLabel(pathString, dataLevelString); in SetSecurityLabel()
142 std::string pathString(path.get()); in GetSecurityLabel() local
143 auto cbExec = [pathString = move(pathString), result]() -> NError { in GetSecurityLabel()
144 *result = SecurityLabel::GetSecurityLabel(pathString); in GetSecurityLabel()
/foundation/distributeddatamgr/distributedfile/interfaces/kits/js/src/mod_securitylabel/
Dsecuritylabel_n_exporter.cpp58 std::string pathString(path.get()); in SetSecurityLabel() local
64 auto cbExec = [pathString, dataLevelString](napi_env env) -> UniError { in SetSecurityLabel()
65 bool ret = SecurityLabel::SetSecurityLabel(pathString, dataLevelString); in SetSecurityLabel()
141 std::string pathString(path.get()); in GetSecurityLabel() local
142 auto cbExec = [pathString, result](napi_env env) -> UniError { in GetSecurityLabel()
143 *result = SecurityLabel::GetSecurityLabel(pathString); in GetSecurityLabel()
/foundation/distributeddatamgr/preferences/frameworks/js/napi/storage/src/
Dnapi_storage_helper.cpp99 napi_status GetInputPath(napi_env env, napi_callback_info info, std::string &pathString) in GetInputPath() argument
121 pathString = path; in GetInputPath()
/foundation/ability/ability_base/test/unittest/want/
Dskills_test.cpp918 std::string pathString = "path"; variable
919 skillsBase.AddPath(pathString);
936 EXPECT_EQ(pathString, skills.GetPath(0));
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
Dnode_common_modifier.cpp1981 std::string pathString = path; in SetMotionPath() local
1982 motionPathOption.SetPath(pathString); in SetMotionPath()
Dcommon_modifier.cpp1969 std::string pathString = path; in SetMotionPath() local
1970 motionPathOption.SetPath(pathString); in SetMotionPath()
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/
Dgl2ext_entries.in1210 …API_ENTRY(void, glPathStringNV, GLuint path, GLenum format, GLsizei length, const void *pathString)
1211 CALL_HOOK_API(glPathStringNV, path, format, length, pathString)