Searched refs:file1 (Results 1 – 13 of 13) sorted by relevance
/AliOS-Things-master/components/cli/src/iobox/ |
A D | hexdump.c | 106 char abspath[256] = {0}, *file1; in hexdump_do() local 108 file1 = get_realpath(file, abspath, sizeof(abspath)); in hexdump_do() 109 if (!file1) { in hexdump_do() 114 fd = open(file1, O_RDONLY); in hexdump_do()
|
/AliOS-Things-master/components/py_engine/tests/ |
A D | run-perfbench.py | 172 def compute_diff(file1, file2, diff_score): argument 174 n1, m1, d1 = parse_output(file1) 188 hdr, file1, file2, "diff", "diff"
|
/AliOS-Things-master/solutions/amp_demo/ |
A D | README.md | 203 fd = open("/test/file1", O_RDWR);
|
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/httpd/makefsdata/ |
A D | makefsdata.c | 148 void concat_files(const char *file1, const char *file2, const char *targetfile); 415 void concat_files(const char *file1, const char *file2, const char *targetfile) in concat_files() argument 423 copy_file(file1, fout); in concat_files()
|
/AliOS-Things-master/solutions/helloworld_demo/ |
A D | README.md | 202 fd = open("/test/file1", O_RDWR);
|
/AliOS-Things-master/solutions/linkkit_genie_demo/ |
A D | README.md | 202 fd = open("/test/file1", O_RDWR);
|
/AliOS-Things-master/components/SDL2/docs/ |
A D | doxyfile | 1324 # TAGFILES = file1 file2 ... 1326 # TAGFILES = file1=loc1 "file2 = loc2" ...
|
/AliOS-Things-master/components/SDL2/src/hidapi/doxygen/ |
A D | Doxyfile | 1394 # TAGFILES = file1 file2 ... 1397 # TAGFILES = file1=loc1 "file2 = loc2" ...
|
/AliOS-Things-master/components/SDL2/src/gfx/Docs/ |
A D | html.doxyfile | 1578 # TAGFILES = file1 file2 ... 1580 # TAGFILES = file1=loc1 "file2 = loc2" ...
|
/AliOS-Things-master/components/jsoncpp/doc/ |
A D | doxyfile.in | 1978 # TAGFILES = file1 file2 ... 1980 # TAGFILES = file1=loc1 "file2 = loc2" ...
|
A D | web_doxyfile.in | 1966 # TAGFILES = file1 file2 ... 1968 # TAGFILES = file1=loc1 "file2 = loc2" ...
|
/AliOS-Things-master/components/littlevgl/scripts/ |
A D | Doxyfile | 2091 # TAGFILES = file1 file2 ... 2093 # TAGFILES = file1=loc1 "file2 = loc2" ...
|
/AliOS-Things-master/documentation/doxygen/ |
A D | Doxyfile-AOS | 2412 # TAGFILES = file1 file2 ... 2414 # TAGFILES = file1=loc1 "file2 = loc2" ...
|
Completed in 29 milliseconds