Subversion Repositories Kolibri OS

Rev

Rev 3171 | Rev 3520 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3171 Rev 3296
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2012. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2012. All rights reserved. ;;
4
;; Distributed under terms of the GNU General Public License    ;;
4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 3171 $
8
$Revision: 3296 $
9
 
9
 
Line 367... Line 367...
367
        mov     byte [buff+4], al
367
        mov     byte [buff+4], al
368
        mov     [name], ebx
368
        mov     [name], ebx
Line 369... Line 369...
369
 
369
 
370
        pushad
370
        pushad
371
        lea     ebx, [cmd]
371
        lea     ebx, [cmd]
372
        call    file_system_lfn
372
        call    file_system_lfn_protected
373
        popad
373
        popad
374
        ret
374
        ret
Line 375... Line 375...
375
endp
375
endp