Home
last modified time | relevance | path

Searched refs:path_old (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/ohos/
Dbuild_mesa3d.py47 path_old = os.environ['PATH'].split(':') variable
49 path_new = ':'.join(filter(path_filter, path_old))
/third_party/FatFs/source/
Dff.h450 FRESULT f_rename (const TCHAR* path_old, const TCHAR* path_new); /* Rename/Move a file or directory…
Dff.c4883 const TCHAR* path_old, /* Pointer to the object name to be renamed */ argument
4903 res = mount_volume(&path_old, &fs, FA_WRITE); /* Get logical drive of the old object */
4913 res = follow_virentry(&djo.obj,path_old);
4924 res = follow_path(&djo, path_old); /* Check old object */