HomeSort by relevance Sort by last modified time
    Searched full:fsutil (Results 1 - 8 of 8) sorted by null

  /prebuilts/go/darwin-x86/src/path/filepath/
path_windows_test.go 161 // checkVolume8dot3Setting runs "fsutil 8dot3name query c:" command
176 // It appears, on some systems "fsutil 8dot3name query ..." command always
177 // exits with error. Ignore exit code, and look at fsutil output instead.
178 out, _ := exec.Command("fsutil", "8dot3name", "query", vol).CombinedOutput()
182 // Windows 10 version of fsutil has different output message.
185 return fmt.Errorf("fsutil output should contain %q, but is %q", expected, string(out))
196 return fmt.Errorf("unexpected fsutil output: %q", string(out))
202 cmd := []string{"fsutil", "8dot3name", "set", vol}
208 // It appears, on some systems "fsutil 8dot3name set ..." command always
209 // exits with error. Ignore exit code, and look at fsutil output instead
    [all...]
  /prebuilts/go/linux-x86/src/path/filepath/
path_windows_test.go 161 // checkVolume8dot3Setting runs "fsutil 8dot3name query c:" command
176 // It appears, on some systems "fsutil 8dot3name query ..." command always
177 // exits with error. Ignore exit code, and look at fsutil output instead.
178 out, _ := exec.Command("fsutil", "8dot3name", "query", vol).CombinedOutput()
182 // Windows 10 version of fsutil has different output message.
185 return fmt.Errorf("fsutil output should contain %q, but is %q", expected, string(out))
196 return fmt.Errorf("unexpected fsutil output: %q", string(out))
202 cmd := []string{"fsutil", "8dot3name", "set", vol}
208 // It appears, on some systems "fsutil 8dot3name set ..." command always
209 // exits with error. Ignore exit code, and look at fsutil output instead
    [all...]
  /external/fsck_msdos/
check.c 49 #include "fsutil.h"
main.c 49 #include "fsutil.h"
boot.c 48 #include "fsutil.h"
fat.c 48 #include "fsutil.h"
dir.c 54 #include "fsutil.h"
  /external/ltp/utils/ffsb-6.0-rc2/
ffsb_fs.c 372 double fsutil = getfsutil(pd->fs->basedir); local
374 if (fsutil >= pd->util)

Completed in 454 milliseconds