OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pbxproj
(Results
1 - 3
of
3
) sorted by null
/external/lldb/scripts/
generate-vers.pl
5
print "Usage: generate-vers.pl /path/toproject.
pbxproj
";
11
open $
pbxproj
, $ARGV[0] or die "Couldn't open ".$ARGV[0];
20
while ($line = <$
pbxproj
>)
45
print "Couldn't get needed information from the .
pbxproj
";
52
close $
pbxproj
;
/external/lldb/source/
Makefile
27
LLDB_vers.c: $(PROJ_SRC_DIR)/$(LLDB_LEVEL)/scripts/generate-vers.pl $(PROJ_SRC_DIR)/$(LLDB_LEVEL)/lldb.xcodeproj/project.
pbxproj
28
"$(PROJ_SRC_DIR)/$(LLDB_LEVEL)/scripts/generate-vers.pl" "$(PROJ_SRC_DIR)/$(LLDB_LEVEL)/lldb.xcodeproj/project.
pbxproj
" > LLDB_vers.c
/external/chromium_org/tools/gyp/pylib/gyp/
xcodeproj_file.py
22
directory, always named "project.
pbxproj
". This file contains a complete
28
The project.
pbxproj
file is a property list, stored in a format almost
51
The project.
pbxproj
file's root dictionary also contains a property, sibling to
[
all
...]
Completed in 676 milliseconds