Home
last modified time | relevance | path

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

/littlefs-3.5.0-3.4.0/scripts/
Dstack.py78 for source, (s_file, s_function, _, _) in list(results.items()):
81 del results[source]
85 def find_limit(source, seen=None): argument
87 if source not in results:
89 _, _, frame, targets = results[source]
111 for source, (s_file, s_function, frame, targets) in results.items():
112 limit = find_limit(source)
429 to the correct source files.")
Ddata.py282 to the correct source files.")
Dcode.py283 to the correct source files.")
Dstructs.py330 to the correct source files.")
Dcoverage.py322 to the correct source files.")
/littlefs-3.5.0-3.4.0/
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.md700 the source of the ongoing move. If this tag is non-zero, that means that power
702 happens, the source of the move should be considered deleted, and the move
703 should be completed (the source should be deleted) before any other write
734 `0x000`, indicating no move, or `0x4ff` indicating the source file should
Dlfs.c489 lfs_mdir_t *source, uint16_t begin, uint16_t end);
1674 lfs_mdir_t *source, uint16_t split, uint16_t end) { in lfs_dir_split() argument
1687 int res = lfs_dir_compact(lfs, &tail, attrs, attrcount, source, split, end); in lfs_dir_split()
1746 lfs_mdir_t *source, uint16_t begin, uint16_t end) { in lfs_dir_compact() argument
1809 source, 0, 0xffffffff, attrs, attrcount, in lfs_dir_compact()
1919 lfs_mdir_t *source, uint16_t begin, uint16_t end) { in lfs_dir_splittingcompact() argument
1931 source, 0, 0xffffffff, attrs, attrcount, in lfs_dir_splittingcompact()
1963 source, split, end); in lfs_dir_splittingcompact()
1993 source, begin, end); in lfs_dir_splittingcompact()
2008 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-3.5.0-3.4.0/tests/
Dtest_move.toml74 [[case]] # move file corrupt source
94 // corrupt the source
149 [[case]] # move file corrupt source and dest
170 // corrupt the source
262 // corrupt the source
513 [[case]] # move dir corrupt source
532 // corrupt the source
596 [[case]] # move dir corrupt source and dest
616 // corrupt the source
716 // corrupt the source