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.ts244 loadPath = FileUtil.getPathWithFileSplit(loadPath);
245 curFolderPath = FileUtil.getPathWithFileSplit(curFolderPath);
254 public static getPathWithFileSplit(path: string): string { method in FileUtil
/applications/standard/filepicker/entry/src/main/ets/pages/browser/storage/
DMyPhone.ets107 data = FileUtil.getPathWithFileSplit(data);
126 let currentDir:string = FileUtil.getPathWithFileSplit(fileData[i].currentDir);