Home
last modified time | relevance | path

Searched refs:folder (Results 1 – 25 of 26) sorted by relevance

12

/AliOS-Things-master/components/oss/src/utils/
A DFileSystemUtils.cc55 sub.reserve(folder.size()); in CreateDirectory()
56 for (auto it = folder.begin(); it != folder.end(); ++it) { in CreateDirectory()
73 if (folder[folder.length() - 1] != PATH_DELIMITER && folder[folder.length() - 1] != '/') { in IsDirectoryExist()
74 folder += PATH_DELIMITER; in IsDirectoryExist()
76 return !oss_access(folder.c_str()); in IsDirectoryExist()
81 return !oss_rmdir(folder.c_str()); in RemoveDirectory()
135 sub.reserve(folder.size()); in CreateDirectory()
136 for (auto it = folder.begin(); it != folder.end(); ++it) { in CreateDirectory()
153 if (folder[folder.length() - 1] != WPATH_DELIMITER && folder[folder.length() - 1] != '/') { in IsDirectoryExist()
154 folder += WPATH_DELIMITER; in IsDirectoryExist()
[all …]
A DFileSystemUtils.h26 bool CreateDirectory(const std::string &folder);
27 bool RemoveDirectory(const std::string &folder);
31 bool IsDirectoryExist(std::string folder);
37 bool CreateDirectory(const std::wstring& folder);
38 bool RemoveDirectory(const std::wstring& folder);
42 bool IsDirectoryExist(std::wstring folder);
/AliOS-Things-master/components/SDL2/build-scripts/
A Dandroidbuild.sh77 for folder in "${APPARR[@]}"
79 mkdir -p $folder
80 cd $folder
83 ACTIVITY="${folder}Activity"
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/tensorboard/
A DREADME.md1 This folder contains basic modules to support TFLite plugin for TensorBoard.
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dmakeproj.mac24 choose folder with prompt ">>> Select IJG source folder <<<"
27 choose folder with prompt ">>> Select MetroWerks folder <<<"
34 duplicate {file "jconfig.mac" of folder ijg_folder}
35 select file "jconfig.mac copy" of folder ijg_folder
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/polarssl/
A DREADME4 This folder contains some files fetched from the latest BSD release of
/AliOS-Things-master/components/SDL2/src/video/kmsdrm/
A DSDL_kmsdrmvideo.c87 DIR *folder; in get_dricount() local
102 folder = opendir(KMSDRM_DRI_PATH); in get_dricount()
103 if (folder) { in get_dricount()
104 while ((res = readdir(folder))) { in get_dricount()
110 closedir(folder); in get_dricount()
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/bt_if_enhanced/inc/
A Dmap_api.h78 const char *folder[BTIF_MAP_SESSION_FOLDER_LEVEL_MAX]; member
A Davrcp_api.h902 avrcp_folder_t folder[BTIF_AVRCP_MAX_FOLDER_DEPTH]; member
980 avrcp_folder_item_t folder; member
1327 } folder; member
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/gregbook/
A DREADME102 README file) into a folder, open a "DOS shell" or "command prompt"
103 or equivalent command-line window, and cd into the folder where you
132 current folder. Like the Unix versions, the two windowed programs
/AliOS-Things-master/components/SDL2/src/joystick/linux/
A DSDL_sysjoystick.c499 DIR *folder; in LINUX_JoystickDetect()
502 folder = opendir("/dev/input"); in LINUX_JoystickDetect()
503 if (folder) { in LINUX_JoystickDetect()
504 while ((dent = readdir(folder))) { in LINUX_JoystickDetect()
513 closedir(folder); in LINUX_JoystickDetect()
/AliOS-Things-master/components/SDL2/docs/
A DREADME-macosx.md86 so called "bundle", which basically is a fancy folder with a name like
171 This will create a new folder called Xcode, which you can browse
177 relocatable folder hierarchy of executable code, interface headers,
A DREADME-winrt.md141 a WinRT 'Roaming' folder, the contents of which get automatically
145 written with SDL 2.0.3 did not utilize a Roaming folder, due to API
154 2. basing SDL_GetPrefPath() off of a different, non-Roaming folder, the
158 Apps that wish to get their Roaming folder's path can do so either by using
A DREADME-android.md234 folder and adding the following line:
A Ddoxyfile932 # The path specified is relative to the HTML output folder.
/AliOS-Things-master/components/SDL2/src/gfx/
A DREADME151 Xcode is supported via templates. See "Other Builds" folder Xcode3+.zip -
175 Please check the file "INSTALL" as well as the folder "Other Builds".
214 Check the folder "Other Builds" for alternative makefiles.
250 See folder Other Builds.
268 See folder Other Builds.
/AliOS-Things-master/components/littlevgl/docs/
A DCONTRIBUTING.md95 - Add your post in Markdown to the `_posts` folder.
96 - Store the images and other resources in a dedicated folder in `assets`
/AliOS-Things-master/components/littlevgl/
A DREADME.md107 2. Copy the `lvgl` folder into your project
108 3. Copy `lvgl/lv_conf_templ.h` as `lv_conf.h` next to the `lvgl` folder and set at least `LV_HOR_RE…
/AliOS-Things-master/components/SDL2/src/hidapi/
A DREADME.txt280 2. From the Start menu, in the Windows Driver Kits folder, select Build
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DREADME531 -dump_frames <folder> dump decoded frames in PAM format
/AliOS-Things-master/components/SDL2/src/hidapi/doxygen/
A DDoxyfile947 # The path specified is relative to the HTML output folder.
/AliOS-Things-master/components/SDL2/src/gfx/Docs/
A Dhtml.doxyfile1091 # The path specified is relative to the HTML output folder.
/AliOS-Things-master/components/jsoncpp/doc/
A Ddoxyfile.in1266 # the HTML output folder.
A Dweb_doxyfile.in1266 # the HTML output folder.
/AliOS-Things-master/components/littlevgl/scripts/
A DDoxyfile1344 # the HTML output folder.

Completed in 86 milliseconds

12