OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OS_PATH_SEPARATOR
(Results
1 - 21
of
21
) sorted by null
/frameworks/compile/slang/
os_sep.h
22
#define
OS_PATH_SEPARATOR
'\\'
28
#define
OS_PATH_SEPARATOR
'/'
slang_rs_reflect_utils.cpp
36
if (*slash ==
OS_PATH_SEPARATOR
) {
52
(packaged_path[packaged_path.length() - 1] !=
OS_PATH_SEPARATOR
)) {
59
packaged_path[s] =
OS_PATH_SEPARATOR
;
70
if (*slash ==
OS_PATH_SEPARATOR
) {
llvm-rs-cc.cpp
338
(OutputFile[OutputFile.size() - 1]) !=
OS_PATH_SEPARATOR
)
339
OutputFile.append(1,
OS_PATH_SEPARATOR
);
/frameworks/base/tools/aidl/
search_path.cpp
27
expected[i] =
OS_PATH_SEPARATOR
;
37
f +=
OS_PATH_SEPARATOR
;
39
else if (f[f.size()-1] !=
OS_PATH_SEPARATOR
) {
40
f +=
OS_PATH_SEPARATOR
;
aidl.cpp
181
&& filename[2] ==
OS_PATH_SEPARATOR
) {
183
if (filename[0] ==
OS_PATH_SEPARATOR
) {
189
if (fn[len-1] !=
OS_PATH_SEPARATOR
) {
190
fn +=
OS_PATH_SEPARATOR
;
203
expected[i] =
OS_PATH_SEPARATOR
;
220
if (
OS_PATH_SEPARATOR
!= '/') {
225
if (*c == '/') *c =
OS_PATH_SEPARATOR
;
698
result +=
OS_PATH_SEPARATOR
;
704
packageStr[i] =
OS_PATH_SEPARATOR
;
714
result +=
OS_PATH_SEPARATOR
;
[
all
...]
/build/core/combo/include/arch/darwin-x86/
AndroidConfig.h
237
#define
OS_PATH_SEPARATOR
'/'
/build/core/combo/include/arch/freebsd-x86/
AndroidConfig.h
278
#define
OS_PATH_SEPARATOR
'/'
/build/core/combo/include/arch/linux-arm/
AndroidConfig.h
290
#define
OS_PATH_SEPARATOR
'/'
/build/core/combo/include/arch/linux-ppc/
AndroidConfig.h
262
#define
OS_PATH_SEPARATOR
'/'
/build/core/combo/include/arch/linux-x86/
AndroidConfig.h
262
#define
OS_PATH_SEPARATOR
'/'
/build/core/combo/include/arch/target_linux-x86/
AndroidConfig.h
279
#define
OS_PATH_SEPARATOR
'/'
/build/core/combo/include/arch/windows/
AndroidConfig.h
250
#define
OS_PATH_SEPARATOR
'\\'
/build/core/combo/include/arch/linux-mips/
AndroidConfig.h
307
#define
OS_PATH_SEPARATOR
'/'
/system/core/libutils/
String8.cpp
37
// to
OS_PATH_SEPARATOR
.
480
if (len > 0 && buf[len-1] ==
OS_PATH_SEPARATOR
)
493
cp = strrchr(buf,
OS_PATH_SEPARATOR
);
505
cp = strrchr(str,
OS_PATH_SEPARATOR
);
518
cp = strchr(buf,
OS_PATH_SEPARATOR
);
522
cp = strchr(buf,
OS_PATH_SEPARATOR
);
549
lastSlash = strrchr(str,
OS_PATH_SEPARATOR
);
590
if (name[0] !=
OS_PATH_SEPARATOR
) {
609
if (buf[len-1] !=
OS_PATH_SEPARATOR
)
610
buf[len++] =
OS_PATH_SEPARATOR
;
[
all
...]
/frameworks/base/tools/aapt/
CrunchCache.cpp
49
if (rPathPtr[0] ==
OS_PATH_SEPARATOR
)
Main.cpp
30
if (path != NULL &&
OS_PATH_SEPARATOR
!= '/') {
33
*path =
OS_PATH_SEPARATOR
;
/bootable/recovery/minadbd/
sysdeps.h
39
#define
OS_PATH_SEPARATOR
'\\'
276
#define
OS_PATH_SEPARATOR
'/'
/system/core/adb/
sysdeps.h
39
#define
OS_PATH_SEPARATOR
'\\'
294
#define
OS_PATH_SEPARATOR
'/'
commandline.c
690
*x =
OS_PATH_SEPARATOR
;
[
all
...]
file_sync_client.c
432
*x =
OS_PATH_SEPARATOR
;
/frameworks/rs/
rsCppUtils.h
86
cp = strrchr(str,
OS_PATH_SEPARATOR
);
Completed in 450 milliseconds