Home
last modified time | relevance | path

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

/base/startup/appspawn/adapter/
Dappspawn_cgroup.c40 const char slash = '/'; in MakeDirRecursive() local
42 char *curPos = strchr(path, slash); in MakeDirRecursive()
47 curPos = strchr(p, slash); in MakeDirRecursive()
60 curPos = strchr(p, slash); in MakeDirRecursive()
/base/startup/appspawn/service/hnp/base/
Dhnp_zip.c292 char *slash = strchr(fileName, '/'); in HnpUnZip() local
293 if (slash != NULL) { in HnpUnZip()
294 slash++; in HnpUnZip()
296 slash = fileName; in HnpUnZip()
299 result = HnpUnZipForFile(slash, outputDir, zipFile); in HnpUnZip()
301 HNP_LOGE("unzip for file:%s unsuccess", slash); in HnpUnZip()
/base/startup/init/ueventd/
Dueventd_device_handler.c101 char *slash = NULL; in SetDeviceLable() local
104 slash = strchr(path, '/'); in SetDeviceLable()
105 while (slash != NULL) { in SetDeviceLable()
106 int gap = slash - p; in SetDeviceLable()
107 p = slash + 1; in SetDeviceLable()
109 slash = strchr(p, '/'); in SetDeviceLable()
121 slash = strchr(p, '/'); in SetDeviceLable()
/base/global/i18n/frameworks/intl/src/
Dphone_number_matched.cpp194 UChar32 slash = '/'; in AddPhoneNumber() local
196 if ((uNumber.indexOf(space) == -1 && uNumber.indexOf(slash) == -1) || in AddPhoneNumber()
226 UChar32 slash = '/'; in FindNumbers() local
227 … if (uNumber.indexOf(space, searchStart) == -1 && uNumber.indexOf(slash, searchStart) == -1) { in FindNumbers()
230 … while (uNumber.indexOf(space, searchStart) != -1 || uNumber.indexOf(slash, searchStart) != -1) { in FindNumbers()
233 int indexSlash = uNumber.indexOf(slash, searchStart); in FindNumbers()
/base/startup/appspawn/util/src/
Dappspawn_utils.c123 const char slash = '/'; in MakeDirRec() local
125 char *curPos = strchr(path, slash); in MakeDirRec()
130 curPos = strchr(p, slash); in MakeDirRec()
139 curPos = strchr(p, slash); in MakeDirRec()
/base/startup/init/services/utils/
Dinit_utils.c456 char *slash = strchr(dir, '/'); in MakeDirRecursive() local
457 while (slash != NULL) { in MakeDirRecursive()
458 int gap = slash - p; in MakeDirRecursive()
459 p = slash + 1; in MakeDirRecursive()
461 slash = strchr(p, '/'); in MakeDirRecursive()
470 slash = strchr(p, '/'); in MakeDirRecursive()
/base/startup/appspawn/modules/sandbox/
Dappspawn_sandbox.c58 const char slash = '/'; in CheckDirRecursive() local
60 char *curPos = strchr(path, slash); in CheckDirRecursive()
65 curPos = strchr(p, slash); in CheckDirRecursive()
72 curPos = strchr(p, slash); in CheckDirRecursive()