Home
last modified time | relevance | path

Searched refs:pathString (Results 1 - 8 of 8) sorted by relevance

/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_statfs/
H A Dstatfs_n_exporter.cpp70 std::string pathString(path.get()); in GetFrSize()
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()
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()
210 auto cbExec = [pathString, resultSize]() -> NError { in GetBAvail()
212 int ret = statvfs(pathString.c_str(), &diskInfo); in GetBAvail()
278 std::string pathString(pat in GetBlocks()
[all...]
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_statvfs/
H A Dstatvfs_n_exporter.cpp74 std::string pathString(path.get()); in GetFreeSize()
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()
151 auto cbExec = [pathString = move(pathString), resultSize]() -> NError { in GetTotalSize()
153 int ret = statvfs(pathString.c_str(), &diskInfo); in GetTotalSize()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_securitylabel/
H A 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()
143 auto cbExec = [pathString = move(pathString), result]() -> NError { in GetSecurityLabel()
144 *result = SecurityLabel::GetSecurityLabel(pathString); in GetSecurityLabel()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dxattr.cpp161 string pathString(path.get()); in GetAsync()
163 auto cbExec = [path = move(pathString), key = move(keyString), result]() -> NError { in GetAsync()
211 string pathString(path.get()); in SetAsync()
214 auto cbExec = [path = move(pathString), key = move(keyString), value = move(valueString)]() -> NError { in SetAsync()
/foundation/distributeddatamgr/preferences/frameworks/js/napi/storage/src/
H A Dnapi_storage_helper.cpp98 napi_status GetInputPath(napi_env env, napi_callback_info info, std::string &pathString) in GetInputPath() argument
120 pathString = path; in GetInputPath()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dscene_impl.cpp1222 BASE_NS::string pathString = node->Path()->GetValue(); variable
1223 pathString.append(node->Name()->GetValue());
1224 nodes_[pathString] = node;
1235 BASE_NS::string pathString = node->Path()->GetValue(); variable
1236 pathString.append(node->Name()->GetValue());
1237 nodes_[pathString] = node;
/foundation/ability/ability_base/test/unittest/want/
H A Dskills_test.cpp917 std::string pathString = "path"; in HWTEST_F() local
918 skillsBase.AddPath(pathString); in HWTEST_F()
935 EXPECT_EQ(pathString, skills.GetPath(0)); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp2586 std::string pathString = path; in SetMotionPath() local
2587 motionPathOption.SetPath(pathString); in SetMotionPath()

Completed in 24 milliseconds