| /foundation/filemanagement/file_api/interfaces/kits/js/src/mod_statvfs/ |
| D | statvfs_n_exporter.cpp | 74 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/ |
| D | statfs_n_exporter.cpp | 70 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/ |
| D | statfs_n_exporter.cpp | 70 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/ |
| D | securitylabel_n_exporter.cpp | 60 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/ |
| D | securitylabel_n_exporter.cpp | 58 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/ |
| D | napi_storage_helper.cpp | 99 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/ |
| D | skills_test.cpp | 918 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/ |
| D | node_common_modifier.cpp | 1981 std::string pathString = path; in SetMotionPath() local 1982 motionPathOption.SetPath(pathString); in SetMotionPath()
|
| D | common_modifier.cpp | 1969 std::string pathString = path; in SetMotionPath() local 1970 motionPathOption.SetPath(pathString); in SetMotionPath()
|
| /foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/ |
| D | gl2ext_entries.in | 1210 …API_ENTRY(void, glPathStringNV, GLuint path, GLenum format, GLsizei length, const void *pathString) 1211 CALL_HOOK_API(glPathStringNV, path, format, length, pathString)
|