Home
last modified time | relevance | path

Searched refs:selectFileRealtivePath (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/filemanagement/user_file_service/test/unittest/
H A Djs_file_access_ext_ability_ex_test.cpp1672 string selectFileRealtivePath; variable
1697 result = ability->GetFileInfoFromRelativePath(selectFileRealtivePath, fileInfo);
1722 string selectFileRealtivePath; variable
1761 result = ability->GetFileInfoFromRelativePath(selectFileRealtivePath, fileInfo);
1786 string selectFileRealtivePath; variable
1827 result = ability->GetFileInfoFromRelativePath(selectFileRealtivePath, fileInfo);
1851 string selectFileRealtivePath; variable
1898 string selectFileRealtivePath; variable
1945 string selectFileRealtivePath; variable
1993 string selectFileRealtivePath; variable
[all …]
/ohos5.0/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/src/
H A Djs_file_access_ext_ability.cpp1493 int JsFileAccessExtAbility::GetFileInfoFromRelativePath(const std::string &selectFileRealtivePath, … in GetFileInfoFromRelativePath() argument
1500 … auto argParser = [selectFileRealtivePath](napi_env &env, napi_value *argv, size_t &argc) -> bool { in GetFileInfoFromRelativePath()
1502 …napi_create_string_utf8(env, selectFileRealtivePath.c_str(), selectFileRealtivePath.length(), &nat… in GetFileInfoFromRelativePath()