Home
last modified time | relevance | path

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

/applications/standard/filepicker/entry/src/main/ets/base/utils/
DFileUtil.ts268 loadPath = FileUtil.getPathWithFileSplit(loadPath);
269 curFolderPath = FileUtil.getPathWithFileSplit(curFolderPath);
278 public static getPathWithFileSplit(path: string): string { method in FileUtil
/applications/standard/filepicker/entry/src/main/ets/pages/browser/storage/
DMyPhone.ets110 data = FileUtil.getPathWithFileSplit(data);
129 let currentDir: string = FileUtil.getPathWithFileSplit(fileData[i].currentDir);