Lines Matching refs:path
42 # Directories to add to the include path.
55 # Directories to add to the include path when building the library, but not
133 my ($path) = @_;
135 my $guid = md5_hex( "mbedTLS:$path" );
142 my ($path, $template, $dir, $ext) = @_;
144 my $guid = gen_app_guid( $path );
145 $path =~ s!/!\\!g;
146 (my $appname = $path) =~ s/.*\\//;
147 my $is_test_app = ($path =~ m/^test\\/);
149 my $srcs = "<ClCompile Include=\"..\\..\\programs\\$path.c\" \/>";
218 for my $path (@app_names) {
219 my $guid = gen_app_guid( $path );
220 (my $appname = $path) =~ s!.*/!!;