Home
last modified time | relevance | path

Searched refs:source (Results 1 – 7 of 7) sorted by relevance

/littlefs-latest/scripts/
Dstack.py198 for source, (s_file, s_function, frame, targets) in callgraph.items():
223 callgraph_[source] = (s_file, s_function, frame, targets)
228 for source, (s_file, s_function, frame, targets) in callgraph.items():
237 callgraph_[source] = (s_file, s_function, frame, targets)
242 def find_limit(source, seen=None): argument
244 if source not in callgraph:
246 _, _, frame, targets = callgraph[source]
268 for source, (s_file, s_function, frame, targets) in callgraph.items():
269 limit = find_limit(source)
/littlefs-latest/
DLICENSE.md4 Redistribution and use in source and binary forms, with or without modification,
7 - Redistributions of source code must retain the above copyright notice, this
DSPEC.md742 the source of the ongoing move. If this tag is non-zero, that means that power
744 happens, the source of the move should be considered deleted, and the move
745 should be completed (the source should be deleted) before any other write
776 `0x000`, indicating no move, or `0x4ff` indicating the source file should
Dlfs.c570 lfs_mdir_t *source, uint16_t begin, uint16_t end);
1889 lfs_mdir_t *source, uint16_t split, uint16_t end) { in lfs_dir_split() argument
1902 int res = lfs_dir_compact(lfs, &tail, attrs, attrcount, source, split, end); in lfs_dir_split()
1961 lfs_mdir_t *source, uint16_t begin, uint16_t end) { in lfs_dir_compact() argument
2024 source, 0, 0xffffffff, attrs, attrcount, in lfs_dir_compact()
2134 lfs_mdir_t *source, uint16_t begin, uint16_t end) { in lfs_dir_splittingcompact() argument
2146 source, 0, 0xffffffff, attrs, attrcount, in lfs_dir_splittingcompact()
2188 source, split, end); in lfs_dir_splittingcompact()
2220 source, begin, end); in lfs_dir_splittingcompact()
2236 return lfs_dir_compact(lfs, dir, attrs, attrcount, source, begin, end); in lfs_dir_splittingcompact()
DDESIGN.md1843 back and forth between the source and destination, marking and unmarking the
1997 is duplicated in both the source and destination directories. If this happens,
/littlefs-latest/tests/
Dtest_move.toml103 // corrupt the source
160 # move file corrupt source and dest
184 // corrupt the source
280 // corrupt the source
567 // corrupt the source
654 // corrupt the source
757 // corrupt the source
Dtest_paths.toml1004 // bad source
1044 // bad source and bad destination
1581 // bad source and bad destination
1665 // bad source
1705 // bad source and bad destination
2156 // bad source
2210 // bad source and bad destination
3139 // bad source
3179 // bad source and bad destination
3532 // bad source
[all …]